aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/autosave_association_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | tests without transactional fixtures need to cleanup afterwards.Yves Senn2014-01-161-0/+7
|/
* Squashed commit of the following:Aaron Patterson2013-10-011-4/+0
* Do not re-save destroyed association on saving parent objectPaul Nikitochkin2013-07-151-0/+7
* destroys association records before saving/inserting new association recordsJohnny Holton2013-05-021-3/+19
* Fixed typos in ActiveRecordPrathamesh Sonpatki2013-03-281-2/+2
* Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"Guillermo Iguaran2013-01-181-7/+7
* User Rails 4 find_byrobertomiranda2013-01-181-7/+7
* Rename update_attributes method to update, keep update_attributes as an aliasAmparo Luna + Guillermo Iguaran2013-01-031-4/+4
* Rename the partial_updates config to partial_writesJon Leighton2012-10-191-1/+1
* remove duplicated require statements in AR test casesYves Senn2012-10-091-1/+0
* Revert "Use flat_map { } instead of map {}.flatten"Santiago Pastorino2012-10-051-2/+2
* Use flat_map { } instead of map {}.flattenSantiago Pastorino2012-10-051-2/+2
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-1/+1
* stop using class_attribute where methods/inheritance will suffice.Jon Leighton2012-07-131-16/+0
* CollectionProxy < RelationJon Leighton2012-05-111-2/+2
* find and replace deprecated keysJon Leighton2012-04-271-1/+1
* %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...Jon Leighton2012-04-271-1/+1
* remove calls to find(:first), find(:last) and find(:all)Jon Leighton2012-04-261-12/+12
* Fix build. It seems that the Mocha's behavior were changed.kennyj2012-04-251-2/+6
* Fix bug with autosave collection association on new record with a marked for ...Jared Armstrong2012-03-181-0/+10
* Remove IdentityMapCarlos Antonio da Silva2012-03-131-6/+2
* call superAaron Patterson2012-01-041-0/+10
* Test case and fix for rails/rails#3450Jan Varwig2011-11-271-0/+11
* Oops, this should have been in the last commit :zap:Jon Leighton2011-06-121-1/+1
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* expectations change when using IM. Change oracle tests to reflect thatAaron Patterson2011-02-221-2/+6
* Use proper objects to do the work to build the associations (adding methods, ...Jon Leighton2011-02-211-4/+4
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-02-211-1/+1
|\
| * Tpyo: fixing several cases of the theNicholas Rowe2011-02-191-1/+1
* | fixes a merge conflictXavier Noria2011-02-191-10/+0
|/
* merges docrailsXavier Noria2011-02-181-0/+10
|\
| * Fix Typos: remove several occurences of the theNicholas Rowe2011-02-171-1/+1
* | Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-181-1/+1
|\ \
| * | Split AssociationProxy into an Association class (and subclasses) which manag...Jon Leighton2011-02-181-1/+1
* | | Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-151-85/+189
|\| |
| * | Refactor the implementations of AssociatioCollection#delete and #destroy to b...Jon Leighton2011-02-071-1/+1
| * | Make record.association.destroy(*records) on habtm and hm:t only delete recor...Jon Leighton2011-02-071-72/+169
| |/
| * In a number of places in the tests, we only need to turn off transactional fi...Jon Leighton2011-01-111-10/+10
| * When assigning a has_one, if the new record fails to save, raise an errorJon Leighton2011-01-111-2/+2
| * Allow assignment on has_one :through where the owner is a new record [#5137 s...Jon Leighton2011-01-031-0/+7
* | Merge remote branch 'rails/master' into identity_mapEmilio Tagua2010-12-201-4/+15
|\|
| * Only call save on belongs_to associations if the record has changed or any ne...Chiel Wester2010-12-161-0/+11
| * converting clone test to dup testAaron Patterson2010-11-231-4/+4
* | Call super setup in this test.Emilio Tagua2010-11-191-1/+2
* | Revert "IdentityMap - Adjustments to test cases"Emilio Tagua2010-11-191-6/+1
* | IdentityMap - Adjustments to test casesMarcin Raczkowski2010-11-191-1/+6
|/
* removing many unused variablesAaron Patterson2010-11-161-4/+2
* use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-43/+43
* has_one maintains the association with separate after_create/after_updateXavier Noria2010-10-221-0/+20