1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
2011-04-15 13:27:08 +01:00
..
active_record Return nil from read_attribute(:foo) if 'foo' is not present in the @attributes hash, but the _foo method has been defined. This brings the behaviour into line with the 3-0-stable branch and the master branch before 93641ed6c8 (there were previously no assertions about this which is why the change slipped through). Note that actually calling the 'foo' method will still raise an error if the attribute is not present. 2011-04-15 13:27:08 +01:00
rails/generators Remove #among? from Active Support 2011-04-13 20:25:28 +08:00
active_record.rb Rewrote AssociationPreload. 2011-02-28 22:12:34 +00:00