aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/attribute_methods
Commit message (Expand)AuthorAgeFilesLines
* Support configuration on ActiveRecord::Model.Jon Leighton2011-12-281-1/+0
* Deal with global config better between AR::Base and AR::ModelJon Leighton2011-12-241-0/+1
* Extract common logic into a methodJon Leighton2011-12-241-0/+1
* Fix #4046.Jon Leighton2011-12-231-0/+1
* Let AttributeMethods do its own including etcJon Leighton2011-12-151-4/+2
* Revert "Raise error on unknown primary key."Jon Leighton2011-10-051-4/+0
* Raise error on unknown primary key.Jon Leighton2011-10-051-0/+4
* Always generate attribute methods on the base class.Jon Leighton2011-09-131-0/+1
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-2/+3
* oops, no need for puts!Aaron Patterson2011-02-181-1/+0
* AR::AttributeMethods does not need to be included in an AR::Base class.Aaron Patterson2011-02-181-0/+62