| Commit message (Expand) | Author | Age | Files | Lines |
* | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 1 | -0/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Privatize unneededly protected methods in Active Record tests | Akira Matsuda | 2016-12-24 | 1 | -1/+1 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -3/+3 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -14/+14 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -13/+13 |
* | Deprecate `ActiveModel::Errors` `add_on_empty` and `add_on_blank` methods | Wojciech Wnętrzak | 2015-02-19 | 1 | -1/+1 |
* | Add support for module-level table_suffix in models | Jenner LaFave | 2014-05-05 | 1 | -0/+18 |
* | Removed support for deprecated `finder_sql` in associations. | Neeraj Singh | 2013-07-02 | 1 | -4/+0 |
* | Revert "Unused methods, module, etc." | Akira Matsuda | 2013-01-24 | 1 | -0/+8 |
* | Unused methods, module, etc. | Akira Matsuda | 2013-01-24 | 1 | -8/+0 |
* | Remove mass assignment security from ActiveRecord | Guillermo Iguaran | 2012-09-16 | 1 | -1/+0 |
* | Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-08-01 | 1 | -1/+3 |
* | Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql." | Jon Leighton | 2012-08-01 | 1 | -0/+1 |
* | Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-07-20 | 1 | -1/+0 |
* | Convert association macros to the new syntax | Jon Leighton | 2012-07-20 | 1 | -4/+4 |
* | Object#returning removed | Santiago Pastorino | 2010-07-25 | 1 | -1/+1 |
* | Add the ability to specify table_name_prefix on individual modules | Andrew White | 2010-03-28 | 1 | -0/+17 |
* | Fix for nested :include with namespaced models. | Rich Bradley | 2009-08-09 | 1 | -1/+1 |
* | Merge branch 'master' into active_model | Joshua Peek | 2009-05-29 | 1 | -0/+2 |
|\ |
|
| * | Cherry-pick core extensions | Jeremy Kemper | 2009-05-13 | 1 | -0/+2 |
* | | Deprecate Model#validate/validate_on_create/validate_on_update. Use Model.val... | Pratik Naik | 2009-03-21 | 1 | -3/+6 |
|/ |
|
* | Improve ActiveRecord::Base#table_name unit tests for nested classes. Closes #... | Josh Peek | 2008-04-07 | 1 | -0/+2 |
* | move assets and models | Jeremy Kemper | 2008-01-18 | 1 | -0/+59 |