rails/activerecord/lib
Gannon McGibbon 68e0dd2c83 Fix has_one through singular building with inverse.
Allows building of records from an association with a has_one through a
singular association with inverse. For belongs_to through associations,
linking the foreign key to the primary key model isn't needed.
For has_one, we cannot build records due to the association not being mutable.
2023-07-05 23:22:51 -05:00
..
active_record Fix has_one through singular building with inverse. 2023-07-05 23:22:51 -05:00
arel Adds Arel::Nodes::Cte for use in WITH expressions 2023-05-24 19:19:21 -04:00
rails/generators Simplify the implementation to register the correct source_path for the migration template 2023-05-24 22:54:12 +00:00
active_record.rb Disable database prepared statements when query logs are enabled 2023-07-03 16:59:44 +09:00
arel.rb Fix a code block in the Arel documentation 2023-05-06 18:57:12 -07:00