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
José Valim b67ec8ba20 class_attribute is not a direct replacement of class_inheritable_*.
If you are setting a hash or an array in class_attribute or you need
to freeze it, to ensure people won't modify it in place or you need
to dup it on inheritance.
2010-06-10 19:39:09 +02:00
..
active_record class_attribute is not a direct replacement of class_inheritable_*. 2010-06-10 19:39:09 +02:00
rails/generators Update generators to use thor 0.13.6 with simpler source_root handling. 2010-04-30 12:42:12 +02:00
active_record.rb eliminate alias_method_chain from ActiveRecord 2010-05-09 02:37:52 +03:00