aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/attribute_methods_test.rb
Commit message (Expand)AuthorAgeFilesLines
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-051-1/+1
* Only cache attributes which need it for performance reasons. Closes #9767 [sk...Michael Koziarski2007-10-061-0/+51
* Fix that ActiveRecord would create attribute methods and override custom attr...Rick Olson2007-10-061-1/+38
* Fix bug where unserializing an attribute attempts to modify a frozen @attribu...Rick Olson2007-09-041-0/+9
* r4880@ks: jeremy | 2006-07-30 23:52:59 -0700Jeremy Kemper2006-07-311-6/+25
* r4854@ks: jeremy | 2006-07-30 00:59:18 -0700Jeremy Kemper2006-07-311-0/+30