| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Rename the partial_updates config to partial_writes | Jon Leighton | 2012-10-19 | 1 | -1/+1 |
* | remove duplicated require statements in AR test cases | Yves Senn | 2012-10-09 | 1 | -1/+0 |
* | Revert "Use flat_map { } instead of map {}.flatten" | Santiago Pastorino | 2012-10-05 | 1 | -2/+2 |
* | Use flat_map { } instead of map {}.flatten | Santiago Pastorino | 2012-10-05 | 1 | -2/+2 |
* | Deprecate ActiveRecord::Base.scoped. | Jon Leighton | 2012-07-27 | 1 | -1/+1 |
* | stop using class_attribute where methods/inheritance will suffice. | Jon Leighton | 2012-07-13 | 1 | -16/+0 |
* | CollectionProxy < Relation | Jon Leighton | 2012-05-11 | 1 | -2/+2 |
* | find and replace deprecated keys | Jon Leighton | 2012-04-27 | 1 | -1/+1 |
* | %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th... | Jon Leighton | 2012-04-27 | 1 | -1/+1 |
* | remove calls to find(:first), find(:last) and find(:all) | Jon Leighton | 2012-04-26 | 1 | -12/+12 |
* | Fix build. It seems that the Mocha's behavior were changed. | kennyj | 2012-04-25 | 1 | -2/+6 |
* | Fix bug with autosave collection association on new record with a marked for ... | Jared Armstrong | 2012-03-18 | 1 | -0/+10 |
* | Remove IdentityMap | Carlos Antonio da Silva | 2012-03-13 | 1 | -6/+2 |
* | call super | Aaron Patterson | 2012-01-04 | 1 | -0/+10 |
* | Test case and fix for rails/rails#3450 | Jan Varwig | 2011-11-27 | 1 | -0/+11 |
* | Oops, this should have been in the last commit :zap: | Jon Leighton | 2011-06-12 | 1 | -1/+1 |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
* | expectations change when using IM. Change oracle tests to reflect that | Aaron Patterson | 2011-02-22 | 1 | -2/+6 |
* | Use proper objects to do the work to build the associations (adding methods, ... | Jon Leighton | 2011-02-21 | 1 | -4/+4 |
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-02-21 | 1 | -1/+1 |
|\ |
|
| * | Tpyo: fixing several cases of the the | Nicholas Rowe | 2011-02-19 | 1 | -1/+1 |
* | | fixes a merge conflict | Xavier Noria | 2011-02-19 | 1 | -10/+0 |
|/ |
|
* | merges docrails | Xavier Noria | 2011-02-18 | 1 | -0/+10 |
|\ |
|
| * | Fix Typos: remove several occurences of the the | Nicholas Rowe | 2011-02-17 | 1 | -1/+1 |
* | | Merge remote branch 'rails/master' into identity_map | Emilio Tagua | 2011-02-18 | 1 | -1/+1 |
|\ \ |
|
| * | | Split AssociationProxy into an Association class (and subclasses) which manag... | Jon Leighton | 2011-02-18 | 1 | -1/+1 |
* | | | Merge remote branch 'rails/master' into identity_map | Emilio Tagua | 2011-02-15 | 1 | -85/+189 |
|\| | |
|
| * | | Refactor the implementations of AssociatioCollection#delete and #destroy to b... | Jon Leighton | 2011-02-07 | 1 | -1/+1 |
| * | | Make record.association.destroy(*records) on habtm and hm:t only delete recor... | Jon Leighton | 2011-02-07 | 1 | -72/+169 |
| |/ |
|
| * | In a number of places in the tests, we only need to turn off transactional fi... | Jon Leighton | 2011-01-11 | 1 | -10/+10 |
| * | When assigning a has_one, if the new record fails to save, raise an error | Jon Leighton | 2011-01-11 | 1 | -2/+2 |