aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods.rb
Commit message (Expand)AuthorAgeFilesLines
* eval with __FILE__ and __LINE__Jeremy Kemper2007-10-101-1/+1
* Only cache attributes which need it for performance reasons. Closes #9767 [sk...Michael Koziarski2007-10-061-1/+24
* Fix that ActiveRecord would create attribute methods and override custom attr...Rick Olson2007-10-061-9/+7
* only create custom accessors for Kernel:: methodsTobias Lütke2007-10-031-11/+4
* Allow column accessors to be created even if Kernel. or Object# methods of th...Tobias Lütke2007-10-031-4/+15
* Doc fix (closes #9323) [Henrik N]David Heinemeier Hansson2007-09-221-2/+2
* Ensure that custom mutators aren't redefined by define_attribute_methods. [Koz]Michael Koziarski2007-09-171-3/+10
* Fix bug where unserializing an attribute attempts to modify a frozen @attribu...Rick Olson2007-09-041-1/+1
* Change the implementation of ActiveRecord's attribute reader and writer methods:Michael Koziarski2007-08-141-0/+221
* r4854@ks: jeremy | 2006-07-30 00:59:18 -0700Jeremy Kemper2006-07-311-0/+75