Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | call to_s on value passed to table_name= | Sergey Nartimov | 2012-01-26 | 1 | -1/+1 |
* | Fix table_name in ActiveRecord with more than one abstract ancestors | Piotr Sarnacki | 2012-01-12 | 1 | -3/+7 |
* | Support establishing connection on ActiveRecord::Model. | Jon Leighton | 2011-12-28 | 1 | -5/+1 |
* | Support configuration on ActiveRecord::Model. | Jon Leighton | 2011-12-28 | 1 | -12/+12 |
* | Support nested AR::Models | Jon Leighton | 2011-12-24 | 1 | -1/+1 |
* | Deal with global config better between AR::Base and AR::Model | Jon Leighton | 2011-12-24 | 1 | -10/+10 |
* | Extract common logic into a method | Jon Leighton | 2011-12-24 | 1 | -5/+5 |
* | I herd you like modules. | Jon Leighton | 2011-12-24 | 1 | -2/+2 |
* | remove deprecated set and original methods for table_name, primary_key, etc | Sergey Nartimov | 2011-12-21 | 1 | -55/+0 |
* | Defaults hash can go on the model | Jon Leighton | 2011-12-16 | 1 | -1/+1 |
* | Cache columns at the model level. | Jon Leighton | 2011-12-16 | 1 | -6/+7 |
* | Split out most of the AR::Base code into separate modules :cake: | Jon Leighton | 2011-12-15 | 1 | -0/+361 |