Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test to ensure AR::Model initialization works correctly | Jon Leighton | 2011-12-24 | 1 | -0/+5 |
* | Add deprecation for the change to the active_record load hook | Jon Leighton | 2011-12-24 | 1 | -0/+14 |
* | Support nested AR::Models | Jon Leighton | 2011-12-24 | 1 | -0/+4 |
* | Don't include anything else if AR::Model has already been included | Jon Leighton | 2011-12-24 | 1 | -0/+5 |
* | Make PredicateBuilder recognise AR::Model | Jon Leighton | 2011-12-24 | 1 | -0/+6 |
* | Fix #exists? for AR::Model | Jon Leighton | 2011-12-24 | 1 | -0/+5 |
* | Make generated_feature_methods work with ActiveRecord::Model | Jon Leighton | 2011-12-24 | 1 | -0/+4 |
* | Fixtures support for ActiveRecord::Model | Jon Leighton | 2011-12-24 | 1 | -0/+12 |
* | Deal with global config better between AR::Base and AR::Model | Jon Leighton | 2011-12-24 | 1 | -0/+9 |
* | Add test for inheritance from a non-AR superclass | Jon Leighton | 2011-12-24 | 1 | -0/+8 |
* | I herd you like modules. | Jon Leighton | 2011-12-24 | 1 | -0/+36 |