| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix `pluck` and `select` with custom attributes | Ryuta Kamizono | 2019-02-13 | 1 | -0/+2 |
* | Merge pull request #33378 from numbata/subclass-redefine-autosave-callbacks | Rafael Mendonça França | 2018-09-13 | 1 | -0/+6 |
|\ |
|
| * | Allow subclasses to redefine autosave callbacks for associated records | Andrey Subbota | 2018-07-27 | 1 | -0/+6 |
* | | Fix regression setting children record in parent before_save callback. | Guo Xiang Tan | 2018-09-03 | 1 | -0/+8 |
|/ |
|
* | Fix `collection.create` to could be rolled back by `after_save` | Ryuta Kamizono | 2018-06-07 | 1 | -0/+10 |
* | Rollback parent transaction when children fails to update (#32796) | Guillaume Malette | 2018-05-22 | 1 | -0/+5 |
* | Merge pull request #27561 from fishbrain/count-all-in-has-many-association | Ryuta Kamizono | 2018-01-03 | 1 | -0/+2 |
|\ |
|
| * | Use `count(:all)` in HasManyAssociation#count_records | Klas Eskilson | 2017-02-07 | 1 | -0/+2 |
* | | Extract `Account` model to the dedicated file | Ryuta Kamizono | 2017-07-22 | 1 | -34/+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 |
* | | Correct a has_many association test | Koichi ITO | 2017-06-01 | 1 | -0/+1 |
* | | Remove useless test case | Ryuta Kamizono | 2017-04-26 | 1 | -8/+0 |
|/ |
|
* | Privatize unneededly protected methods in Active Record | Akira Matsuda | 2017-01-05 | 1 | -3/+1 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -2/+2 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -11/+11 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -58/+58 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -22/+22 |
* | Revert "Merge pull request #21994 from mtodd/inherit-scopes" | Rafael Mendonça França | 2015-10-27 | 1 | -1/+1 |
* | Make inherited scope test fail | Matt Todd | 2015-10-26 | 1 | -1/+1 |
* | Refactor Calculations#execute_grouped_calculation and clean AR test case | Rafael Sales | 2015-10-22 | 1 | -1/+0 |
* | Fix regression in inverse_of on through associations | eileencodes | 2015-09-26 | 1 | -0/+3 |
* | allow setting of a demodulized class name when using STI | Alex Robbin | 2015-05-11 | 1 | -0/+3 |
* | Deprecate `ActiveModel::Errors` `add_on_empty` and `add_on_blank` methods | Wojciech Wnętrzak | 2015-02-19 | 1 | -1/+1 |
* | Fix error message when trying to create an associated record | Rafael Mendonça França | 2014-12-30 | 1 | -0/+1 |
* | Move association definition to the model file | Akira Matsuda | 2014-08-28 | 1 | -0/+1 |
* | Add AR::Base.to_param for convenient "pretty" URLs derived from a model's att... | Javan Makhmali | 2013-11-14 | 1 | -0/+2 |
* | Port test from cf1904f to avoid future regression | Prem Sichanugrist | 2013-10-03 | 1 | -0/+5 |
* | Make sure inverse_of is visible on the has_many callbacks | Arthur Neves | 2013-09-25 | 1 | -1/+5 |
* | More unused associations in AR test models | Akira Matsuda | 2013-09-10 | 1 | -2/+0 |
* | Revert "Merge branch 'master' of github.com:rails/docrails" | Vijay Dev | 2013-08-17 | 1 | -0/+2 |
* | More unused associations in AR test models | Akira Matsuda | 2013-07-25 | 1 | -2/+0 |
* | Dropped deprecated option `:restrict` for `:dependent` in associations | Neeraj Singh | 2013-07-03 | 1 | -7/+0 |
* | Removed support for deprecated `finder_sql` in associations. | Neeraj Singh | 2013-07-02 | 1 | -4/+0 |
* | Removed support for deprecated `counter_sql` | Neeraj Singh | 2013-07-02 | 1 | -16/+1 |
* | Ambiguous reflections are on :through relationships are no longer supported. | Aaron Patterson | 2013-06-13 | 1 | -1/+1 |
* | Handle aliased attributes in ActiveRecord::Relation. | Godfrey Chan | 2013-05-01 | 1 | -0/+2 |
* | Added STI support to init and building associations | Jason Rush | 2012-11-29 | 1 | -0/+1 |
* | Remove mass assignment security from ActiveRecord | Guillermo Iguaran | 2012-09-16 | 1 | -1/+0 |
* | test cleanup, remove ruby_type because it's no longer needed | Yves Senn | 2012-09-03 | 1 | -4/+0 |
* | Remove the dependent_restrict_raises option. | Jon Leighton | 2012-08-10 | 1 | -2/+14 |
* | Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-08-01 | 1 | -16/+20 |
* | Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql." | Jon Leighton | 2012-08-01 | 1 | -1/+14 |
* | Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-07-20 | 1 | -14/+1 |
* | Convert association macros to the new syntax | Jon Leighton | 2012-07-20 | 1 | -27/+27 |
* | Fix issue with private kernel methods and collection associations. Closes #2508 | Carlos Antonio da Silva | 2012-05-02 | 1 | -0/+5 |
* | test_get_ids_for_ordered_association fixed | gregolsen | 2012-01-31 | 1 | -1/+1 |
* | ids_reader method fixed, test added to has_many association | gregolsen | 2012-01-31 | 1 | -0/+1 |
* | Deprecate inferred JOINs with includes + SQL snippets. | Jon Leighton | 2012-01-16 | 1 | -0/+2 |