aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/inclusion_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Support establishing connection on ActiveRecord::Model.Jon Leighton2011-12-281-1/+4
| | | | | This is the 'top level' connection, inherited by any models that include ActiveRecord::Model or inherit from ActiveRecord::Base.
* Intercept sends in Model::DeprecationProxyJon Leighton2011-12-241-1/+3
|
* Add test to ensure AR::Model initialization works correctlyJon Leighton2011-12-241-0/+5
|
* Add deprecation for the change to the active_record load hookJon Leighton2011-12-241-0/+14
|
* Support nested AR::ModelsJon Leighton2011-12-241-0/+4
|
* Don't include anything else if AR::Model has already been includedJon Leighton2011-12-241-0/+5
|
* Make PredicateBuilder recognise AR::ModelJon Leighton2011-12-241-0/+6
|
* Fix #exists? for AR::ModelJon Leighton2011-12-241-0/+5
|
* Make generated_feature_methods work with ActiveRecord::ModelJon Leighton2011-12-241-0/+4
|
* Fixtures support for ActiveRecord::ModelJon Leighton2011-12-241-0/+12
|
* Deal with global config better between AR::Base and AR::ModelJon Leighton2011-12-241-0/+9
|
* Add test for inheritance from a non-AR superclassJon Leighton2011-12-241-0/+8
|
* I herd you like modules.Jon Leighton2011-12-241-0/+36