aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/inheritance.rb
Commit message (Expand)AuthorAgeFilesLines
* Adding documentation for ActiveRecord::Base.abstract_class to clarify a parti...Joe Goggins2012-03-221-0/+14
* Remove IdentityMapCarlos Antonio da Silva2012-03-131-20/+3
* give each PG type a `type` method and decortate tz attributesAaron Patterson2012-02-071-0/+1
* column types are passed from the result set to the instantiated AR objectAaron Patterson2012-02-071-2/+3
* Support establishing connection on ActiveRecord::Model.Jon Leighton2011-12-281-12/+8
* Support configuration on ActiveRecord::Model.Jon Leighton2011-12-281-3/+3
* Extract common logic into a methodJon Leighton2011-12-241-9/+22
* I herd you like modules.Jon Leighton2011-12-241-4/+10
* Split out most of the AR::Base code into separate modules :cake:Jon Leighton2011-12-151-0/+167