rails--rails/activerecord/lib
Mislav Marohnić bc84bd17d1 fix `reset_counters` to work even with complex class names
e.g. it guesses that a belongs_to association to Namespace::MyModel is
named "my_model", unlike before where it would look up an association
named "namespace::mymodel" and fail.
2010-05-24 11:44:53 +02:00
..
active_record fix `reset_counters` to work even with complex class names 2010-05-24 11:44:53 +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