aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/model.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove ActiveRecord::ModelJon Leighton2012-10-261-167/+0
* Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."Jeremy Kemper2012-10-201-7/+38
* Get rid of the ActiveRecord::Model::DeprecationProxy thing.Jon Leighton2012-10-191-38/+7
* Better docs for overriding inheretance columnSteve Klabnik2012-09-221-5/+2
* rename AR::Model::Tag to AR::Tag - fixes #7714Francesco Rodriguez2012-09-201-6/+6
* Merge pull request #7605 from revans/masterCarlos Antonio da Silva2012-09-121-1/+11
|\
| * Added additional comments on how to use the "type" column withoutRobert Evans2012-09-121-1/+11
* | Remove warning: `*' interpreted as argument prefixArun Agrawal2012-08-051-1/+1
* | Make ActiveRecord::Model::DeprecationProxy work betterJon Leighton2012-08-031-18/+31
* | load active_support/deprecation in active_support/railsXavier Noria2012-08-021-1/+0
* | load active_support/core_ext/module/delegation in active_support/railsXavier Noria2012-08-021-1/+0
* | load active_support/concern in active_support/railsXavier Noria2012-08-021-1/+0
* | Revert "Removing composed_of from ActiveRecord."Rafael Mendonça França2012-07-271-0/+1
* | AR::Integration must be included after AM::ConversionJohn Firebaugh2012-07-171-1/+1
|/
* Add documentation for inheritance_column methodVitor Balocco2012-07-051-1/+3
* Removing composed_of from ActiveRecord.Steve Klabnik2012-06-181-1/+0
* Fix observers with AR::ModelJon Leighton2012-06-151-0/+1
* Simplify AR configuration code.Jon Leighton2012-06-151-32/+71
* Remove IdentityMapCarlos Antonio da Silva2012-03-131-1/+0
* Delete some stray linesJon Leighton2011-12-281-1/+0
* Support establishing connection on ActiveRecord::Model.Jon Leighton2011-12-281-0/+16
* Support configuration on ActiveRecord::Model.Jon Leighton2011-12-281-42/+47
* Intercept sends in Model::DeprecationProxyJon Leighton2011-12-241-0/+2
* Fix position of load hook so that Base has been defined and included Model be...Jon Leighton2011-12-241-3/+3
* Add some doc for ActiveRecord::ModelJon Leighton2011-12-241-0/+7
* Add deprecation for the change to the active_record load hookJon Leighton2011-12-241-1/+24
* Don't include anything else if AR::Model has already been includedJon Leighton2011-12-241-0/+2
* Deal with global config better between AR::Base and AR::ModelJon Leighton2011-12-241-1/+3
* I herd you like modules.Jon Leighton2011-12-241-1/+10
* Start work towards making AR include-able.Jon Leighton2011-12-241-0/+44