rails/activerecord/lib
Gannon McGibbon 4d04775920 Use _read_attribute when autosaving has_one associations
In models with composite primary keys, the #id accessor will return an
array, where we actually want the id column value.
2023-06-15 15:52:09 -05:00
..
active_record Use _read_attribute when autosaving has_one associations 2023-06-15 15:52:09 -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 Implement ActiveRecord.disconnect_all! to close all connections 2023-05-19 13:19:31 +02:00
arel.rb Fix a code block in the Arel documentation 2023-05-06 18:57:12 -07:00