aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods.rb
Commit message (Expand)AuthorAgeFilesLines
* Time, DateTime and TimeWithZone #in_time_zone defaults to Time.zone. Removing...Geoff Buesing2008-03-171-2/+2
* Add Time Zone support to ActiveRecord, and config.time_zone property for spec...Rick Olson2008-02-061-2/+40
* Ruby 1.9 compat: attribute methodsJeremy Kemper2007-12-271-2/+3
* Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance ...Jeremy Kemper2007-12-221-1/+1
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-051-1/+1
* 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