| Commit message (Expand) | Author | Age | Files | Lines |
* | Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'` | lulalala | 2019-03-31 | 1 | -6/+6 |
* | Revert "Chaining named scope is no longer leaking to class level querying met... | Ryuta Kamizono | 2019-02-14 | 1 | -0/+2 |
* | Avoid the same `foreign_key` and `counter_cache` associations on `SillyReply` | Ryuta Kamizono | 2018-09-19 | 1 | -4/+4 |
* | Reuse existing model for testing duplicated children records | Ryuta Kamizono | 2018-06-07 | 1 | -4/+1 |
* | Merge pull request #32952 from mechanicles/32940-fix | Ryuta Kamizono | 2018-05-29 | 1 | -0/+5 |
|\ |
|
| * | Fix parent record should not get saved with duplicate children records | Santosh Wadghule | 2018-05-28 | 1 | -0/+5 |
* | | Fix inconsistent touching behavior between assigning and unassigning | Ryuta Kamizono | 2018-05-27 | 1 | -1/+1 |
|/ |
|
* | 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 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -11/+11 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -4/+4 |
* | Add test to AR's counter_cache_test.rb | Takehiro Adachi | 2013-05-18 | 1 | -0/+1 |
* | unused scope | Akira Matsuda | 2013-01-02 | 1 | -2/+0 |
* | Remove mass assignment security from ActiveRecord | Guillermo Iguaran | 2012-09-16 | 1 | -2/+0 |
* | Deprecate eager-evaluated scopes. | Jon Leighton | 2012-03-21 | 1 | -1/+1 |
* | DRY up the code which instantiates the association proxy | Jon Leighton | 2011-01-11 | 1 | -0/+7 |
* | Fix failing test. | José Valim | 2010-05-21 | 1 | -3/+3 |
* | Make sure valid? preceives the context as in ActiveModel API (ht: Carlos Anto... | José Valim | 2010-05-10 | 1 | -0/+5 |
* | Rename named_scope to scope | Pratik Naik | 2010-01-18 | 1 | -1/+1 |
* | Simplify repair_validations on AR and make it work with new callbacks. | José Valim | 2010-01-01 | 1 | -2/+4 |
* | Changed ActiveRecord to use new callbacks and speed up observers by only noti... | José Valim | 2009-09-08 | 1 | -4/+4 |
* | Add primary_key option to belongs_to association | Szymon Nowak | 2009-07-15 | 1 | -1/+2 |
* | Deprecate Model#validate/validate_on_create/validate_on_update. Use Model.val... | Pratik Naik | 2009-03-21 | 1 | -3/+7 |
* | Move all the Active Record validations to Active Model | Pratik Naik | 2009-03-19 | 1 | -5/+5 |
* | Ensure belongs_to association with a counter cache in name spaced model works... | Adam Cooper | 2009-03-06 | 1 | -0/+6 |
* | Fix file permissions | Tarmo Tänav | 2008-07-31 | 1 | -0/+0 |
* | Change tests against all scope to base scope as all is now used as a finder a... | David Heinemeier Hansson | 2008-04-30 | 1 | -0/+2 |
* | Fix paths | Jeremy Kemper | 2008-01-18 | 1 | -1/+1 |
* | move assets and models | Jeremy Kemper | 2008-01-18 | 1 | -0/+37 |