Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Address test_basic_model test error with Oracle enhanced adapter | Yasuo Honda | 2012-06-27 | 1 | -1/+1 |
| | | | | which ids start from 1000 as a default. | ||||
* | Support establishing connection on ActiveRecord::Model. | Jon Leighton | 2011-12-28 | 1 | -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::DeprecationProxy | Jon Leighton | 2011-12-24 | 1 | -1/+3 |
| | |||||
* | 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 |