aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/model_schema.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix table_name in ActiveRecord with more than one abstract ancestorsPiotr Sarnacki2012-01-121-3/+7
* Support establishing connection on ActiveRecord::Model.Jon Leighton2011-12-281-5/+1
* Support configuration on ActiveRecord::Model.Jon Leighton2011-12-281-12/+12
* Support nested AR::ModelsJon Leighton2011-12-241-1/+1
* Deal with global config better between AR::Base and AR::ModelJon Leighton2011-12-241-10/+10
* Extract common logic into a methodJon Leighton2011-12-241-5/+5
* I herd you like modules.Jon Leighton2011-12-241-2/+2
* remove deprecated set and original methods for table_name, primary_key, etcSergey Nartimov2011-12-211-55/+0
* Defaults hash can go on the modelJon Leighton2011-12-161-1/+1
* Cache columns at the model level.Jon Leighton2011-12-161-6/+7
* Split out most of the AR::Base code into separate modules :cake:Jon Leighton2011-12-151-0/+361