aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/inheritance.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove ActiveRecord::ModelJon Leighton2012-10-261-29/+12
* Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."Jeremy Kemper2012-10-201-1/+1
* Get rid of the ActiveRecord::Model::DeprecationProxy thing.Jon Leighton2012-10-191-1/+1
* rename AR::Model::Tag to AR::Tag - fixes #7714Francesco Rodriguez2012-09-201-2/+2
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-1/+1
* load active_support/concern in active_support/railsXavier Noria2012-08-021-1/+0
* Refactor ActiveRecord::Inheritance.base_class logicbeerlington2012-07-261-18/+15
* Simplify AR configuration code.Jon Leighton2012-06-151-3/+7
* 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