aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/teapot.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove ActiveRecord::ModelJon Leighton2012-10-261-35/+0
| | | | | | | | | | In the end I think the pain of implementing this seamlessly was not worth the gain provided. The intention was that it would allow plain ruby objects that might not live in your main application to be subclassed and have persistence mixed in. But I've decided that the benefit of doing that is not worth the amount of complexity that the implementation introduced.
* Support establishing connection on ActiveRecord::Model.Jon Leighton2011-12-281-0/+3
| | | | | This is the 'top level' connection, inherited by any models that include ActiveRecord::Model or inherit from ActiveRecord::Base.
* Support nested AR::ModelsJon Leighton2011-12-241-0/+8
|
* Add test for inheritance from a non-AR superclassJon Leighton2011-12-241-0/+11
|
* I herd you like modules.Jon Leighton2011-12-241-0/+13