| Commit message (Expand) | Author | Age | Files | Lines |
* | added schema_migrations_table_name to ActiveRecord::Base in order that the na... | Jerad Phelps | 2013-10-27 | 1 | -0/+6 |
* | Perf: memoize serialized column list and time zone column list | Sam | 2013-08-27 | 1 | -17/+27 |
* | add a specific factory method rather than using new | Aaron Patterson | 2013-07-23 | 1 | -1/+1 |
* | removes the obsolete private method column_methods_hash [Closes #11406] | Xavier Noria | 2013-07-16 | 1 | -13/+0 |
* | safely publish columns and columns hash info | Aaron Patterson | 2013-03-14 | 1 | -1/+1 |
* | Fix decorating columns for serialized attributes | itzki | 2012-12-10 | 1 | -4/+3 |
* | 1.9 Syntax related changes | AvnerCohen | 2012-11-10 | 1 | -1/+1 |
* | Remove ActiveRecord::Model | Jon Leighton | 2012-10-26 | 1 | -24/+23 |
* | Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing." | Jeremy Kemper | 2012-10-20 | 1 | -1/+1 |
* | Get rid of the ActiveRecord::Model::DeprecationProxy thing. | Jon Leighton | 2012-10-19 | 1 | -1/+1 |
* | Minor refactoring in Active Record model schema methods | Carlos Antonio da Silva | 2012-08-21 | 1 | -5/+3 |
* | The default value can be set once in #column_defaults | Jon Leighton | 2012-08-17 | 1 | -0/+7 |
* | load active_support/concern in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | Refactor to reset_table_name | Dmitry Vorotilin | 2012-07-28 | 1 | -8/+4 |
* | Simplify AR configuration code. | Jon Leighton | 2012-06-15 | 1 | -9/+14 |
* | Fix wrong return value from reset_sequence_name method. | kennyj | 2012-04-14 | 1 | -1/+1 |
* | Don't reset inheritance_column when setting explicitly. | kennyj | 2012-03-08 | 1 | -1/+2 |
* | Revert table_name= needs connection now, so just stub table_name | kennyj | 2012-03-07 | 1 | -1/+1 |
* | tidy up formatting | Jon Leighton | 2012-03-04 | 1 | -10/+11 |
* | Don't clear sequence name when we explicitly assign it. | kennyj | 2012-03-04 | 1 | -2/+4 |
* | Fix GH #4674. Reset column information and sequence name when setting table_n... | kennyj | 2012-03-04 | 1 | -4/+11 |
* | Remove unusused variables | Jon Leighton | 2012-03-04 | 1 | -9/+6 |
* | give each PG type a `type` method and decortate tz attributes | Aaron Patterson | 2012-02-07 | 1 | -5/+17 |
* | wrap and cache columns for typecasting | Aaron Patterson | 2012-02-07 | 1 | -3/+18 |
* | 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 |