aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/attribute_methods
Commit message (Expand)AuthorAgeFilesLines
* 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