| Commit message (Expand) | Author | Age | Files | Lines |
* | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 1 | -1/+1 |
* | Should not update children when the parent creation with no reason | Ryuta Kamizono | 2016-12-29 | 1 | -0/+8 |
* | Fix Rubocop violations and fix documentation visibility | Rafael Mendonça França | 2016-12-28 | 1 | -4/+4 |
* | Improve test without using anonymous classes | Edgars Beigarts | 2016-12-06 | 1 | -27/+24 |
* | Reload association scope inside autosaved associations | Edgars Beigarts | 2016-12-02 | 1 | -0/+27 |
* | Allow `autosave: true` to be used with inverse of | Sean Griffin | 2016-11-01 | 1 | -0/+1 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -1/+1 |
* | Always store errors details information with symbols | Rafael Mendonça França | 2016-09-19 | 1 | -5/+5 |
* | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 1 | -3/+3 |
* | Change require order to come `require "models/post"` before `require "models/... | Yasuo Honda | 2016-09-02 | 1 | -1/+1 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -13/+13 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -9/+9 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -66/+66 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -150/+150 |
* | Fixes funny spelling | Ryan T. Hosford | 2016-02-26 | 1 | -2/+2 |
* | Fixed setting errors details on autosaved associations | Wojciech Wnętrzak | 2015-10-28 | 1 | -0/+47 |
* | Merge pull request #19686 from tsun1215/index_errors | Sean Griffin | 2015-10-26 | 1 | -0/+36 |
|\ |
|
| * | Errors can be indexed with nested attributes | Michael Probber | 2015-04-17 | 1 | -0/+36 |
* | | Correctly ignore `mark_for_destruction` without `autosave` | Sean Griffin | 2015-07-20 | 1 | -0/+7 |
* | | Ensure cyclic associations w/ autosave don't cause duplicate errors | Sean Griffin | 2015-07-18 | 1 | -0/+8 |
* | | Silence deprecation warning from force reload | Prem Sichanugrist | 2015-07-16 | 1 | -10/+14 |
* | | Rename association option :class to :anonymous_class | Andrew White | 2015-04-21 | 1 | -1/+1 |
* | | Autosave existing records on HMT associations when the parent is new | Sean Griffin | 2015-04-18 | 1 | -0/+10 |
|/ |
|
* | Closes rails/rails#18864: Renaming transactional fixtures to transactional tests | Brandon Weiss | 2015-03-16 | 1 | -13/+13 |
* | Fix a state leak in `autosave_association_test` | Sean Griffin | 2015-01-30 | 1 | -0/+5 |
* | Fix potenital stack level too deep with autosave or validation | Miklos Fazkeas | 2015-01-04 | 1 | -0/+10 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -11/+11 |
* | Build fix when running in isolation | Arun Agrawal | 2014-11-14 | 1 | -0/+1 |
* | Autosave callbacks shouldn't be `after_save` | Agis- | 2014-10-13 | 1 | -0/+9 |
* | Don't autosave unchanged has_one through records | Alan Kennedy | 2014-09-15 | 1 | -0/+24 |
* | Ignore SCHEMA queries when asserting no queries | Akira Matsuda | 2014-08-28 | 1 | -4/+4 |
* | Revert "Revert "Merge pull request #8313 from alan/only_save_changed_has_one_... | Rafael Mendonça França | 2014-05-20 | 1 | -0/+13 |
* | Revert "Merge pull request #8313 from alan/only_save_changed_has_one_objects" | Rafael Mendonça França | 2014-03-25 | 1 | -13/+0 |
* | Remove mocking on save, when not necessary | Arthur Neves | 2014-03-11 | 1 | -3/+1 |
* | Merge pull request #8313 from alan/only_save_changed_has_one_objects | Rafael Mendonça França | 2014-03-10 | 1 | -0/+15 |
|\ |
|
| * | Save has_one associations only if record has changes | Alan Kennedy | 2013-10-31 | 1 | -0/+15 |
* | | Cleanup Parrot after each test. | Guo Xiang Tan | 2014-03-09 | 1 | -7/+3 |
* | | Replace map.flatten with flat_map in activerecord | Erik Michaels-Ober | 2014-03-03 | 1 | -2/+2 |
* | | adding a test for #14106 | Aaron Patterson | 2014-02-20 | 1 | -0/+25 |
* | | Add test case for autosave HasMany with accepts_nested_attributes. | Lauro Caetano | 2014-02-08 | 1 | -0/+29 |
* | | pass `habtm :autosave` to underlying `hm:t` association. Closes #13923. | Yves Senn | 2014-02-03 | 1 | -7/+26 |
* | | Ensure AR #second, #third, etc. finders work through associations | Jason Meller | 2014-01-21 | 1 | -5/+5 |
* | | tests without transactional fixtures need to cleanup afterwards. | Yves Senn | 2014-01-16 | 1 | -0/+7 |
|/ |
|
* | Squashed commit of the following: | Aaron Patterson | 2013-10-01 | 1 | -4/+0 |
* | Do not re-save destroyed association on saving parent object | Paul Nikitochkin | 2013-07-15 | 1 | -0/+7 |
* | destroys association records before saving/inserting new association records | Johnny Holton | 2013-05-02 | 1 | -3/+19 |
* | Fixed typos in ActiveRecord | Prathamesh Sonpatki | 2013-03-28 | 1 | -2/+2 |
* | Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" | Guillermo Iguaran | 2013-01-18 | 1 | -7/+7 |
* | User Rails 4 find_by | robertomiranda | 2013-01-18 | 1 | -7/+7 |
* | Rename update_attributes method to update, keep update_attributes as an alias | Amparo Luna + Guillermo Iguaran | 2013-01-03 | 1 | -4/+4 |