activerecord
Here are 934 public repositories matching this topic...
-
Updated
Feb 26, 2021 - Ruby
Describe the bug
When creating a state machine with a namespace and create_scopes: true, I would expect the automatically created scopes to be prepended with the namespace. But they're not.
For example, with this state machine:
aasm column: :final_targeting_state, namespace: :final_targeting, create_scopes: true do
state :unstarted, initial: true
state :started
state :
-
Updated
Mar 12, 2021 - Ruby
-
Updated
Aug 25, 2020 - Ruby
-
Updated
Jan 14, 2021 - Ruby
-
Updated
Mar 15, 2021 - C#
-
Updated
Mar 13, 2021 - Ruby
-
Updated
Mar 14, 2021 - Ruby
-
Updated
Jan 27, 2021 - Ruby
-
Updated
Mar 17, 2021 - Ruby
-
Updated
Feb 19, 2021 - Ruby
-
Updated
May 28, 2020 - Java
-
Updated
Feb 2, 2021 - Ruby
-
Updated
Feb 4, 2021 - Java
-
Updated
Feb 22, 2021 - Ruby
-
Updated
Feb 5, 2021 - Ruby
-
Updated
Mar 15, 2021 - Ruby
-
Updated
Mar 18, 2021 - Ruby
-
Updated
Mar 7, 2021 - Ruby
-
Updated
Feb 12, 2021 - Ruby
-
Updated
Mar 2, 2021 - Ruby
-
Updated
Aug 5, 2020 - Ruby
-
Updated
Jan 28, 2021 - Ruby
-
Updated
Mar 19, 2021 - Java
In order to determine the properties of a geometry column, the OID::Spatial#parse_sql_type method is called in the SchemaStatements#initialize_type_map method for geometry types. This method parses a sql_type (ex. "geometry(Polygon,4326)") and derives the geo_type, srid, has_z, has_m, and geographic properties from the string.
The problem is that after a join, sql_type comes i
Improve this page
Add a description, image, and links to the activerecord topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the activerecord topic, visit your repo's landing page and select "manage topics."
I have a Sidekiq customer complaining of a lot of "stuck" threads. He sends a lot of email so I suspected misbehaving SMTP servers.
The
mailgem has support for timeouts here but they default tonil:https://github.com/mikel/mail/blob/7b3e100f42f2d7738c3af7bf1909777568270b67/lib/mail/network/delivery_methods/smtp.rb#L91
Rails does not appear to set them by default:
https://github.c