aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/attribute_methods
Commit message (Expand)AuthorAgeFilesLines
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-2/+2
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* Simplify AR configuration code.Jon Leighton2012-06-151-0/+1
* Deprecate Column#type_cast_codeCarlos Antonio da Silva2012-03-291-4/+0
* Fix another race condition.Jon Leighton2012-01-201-0/+8
* 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