| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | Allow assignment on has_one :through where the owner is a new record [#5137 s... | Jon Leighton | 2011-01-03 | 1 | -0/+7 |
* | | Merge remote branch 'rails/master' into identity_map | Emilio Tagua | 2010-12-20 | 1 | -4/+15 |
|\| |
|
| * | Only call save on belongs_to associations if the record has changed or any ne... | Chiel Wester | 2010-12-16 | 1 | -0/+11 |
| * | converting clone test to dup test | Aaron Patterson | 2010-11-23 | 1 | -4/+4 |
* | | Call super setup in this test. | Emilio Tagua | 2010-11-19 | 1 | -1/+2 |
* | | Revert "IdentityMap - Adjustments to test cases" | Emilio Tagua | 2010-11-19 | 1 | -6/+1 |
* | | IdentityMap - Adjustments to test cases | Marcin Raczkowski | 2010-11-19 | 1 | -1/+6 |
|/ |
|
* | removing many unused variables | Aaron Patterson | 2010-11-16 | 1 | -4/+2 |
* | use persisted? instead of new_record? wherever possible | David Chelimsky | 2010-11-09 | 1 | -43/+43 |
* | has_one maintains the association with separate after_create/after_update | Xavier Noria | 2010-10-22 | 1 | -0/+20 |
* | get rid of the warning "+ after local variable is interpreted as binary opera... | Xavier Noria | 2010-08-19 | 1 | -13/+13 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 |
* | missing requires added | Santiago Pastorino | 2010-07-26 | 1 | -0/+2 |
* | Removing unnecessary code [#5192 state:resolved] | Thiago Pradi | 2010-07-26 | 1 | -1/+7 |
* | Revert "save on parent should not cascade to child unless child changed [#335... | José Valim | 2010-07-21 | 1 | -18/+0 |
* | save on parent should not cascade to child unless child changed [#3353 state:... | Subba Rao Pasupuleti | 2010-07-18 | 1 | -0/+18 |
* | Fix bug with rolling back frozen attributes. | Brian Durand | 2010-06-18 | 1 | -1/+0 |
* | Fixing test class names and refactor line in autosave association | Carlos Antonio da Silva | 2010-06-07 | 1 | -4/+4 |
* | Use better assertion methods for testing | Neeraj Singh | 2010-05-19 | 1 | -4/+4 |
* | Make use of assert_equal to test equallity between object assert expects and ... | Santiago Pastorino | 2010-05-16 | 1 | -2/+2 |
* | Drop AR I18n deprecation and simple use errors.messages as fallback. | José Valim | 2010-01-30 | 1 | -2/+2 |
* | save(false) is gone, use save(:validate => false) instead. | José Valim | 2010-01-17 | 1 | -6/+6 |
* | Different nested validations should not be ignore [#3638 status:resolved] | José Valim | 2010-01-14 | 1 | -0/+8 |
* | Rollback the transaction when one of the autosave associations fails to save.... | Eloy Duran | 2010-01-08 | 1 | -1/+44 |
* | Exclude unchanged records from the collection being considered for autosave. ... | Lawrence Pit | 2010-01-08 | 1 | -9/+4 |
* | Add failing test that triggers the stack overflow | Bryan Stearns | 2010-01-08 | 1 | -0/+9 |
* | Errors messages are now moved from :activerecord.errors to simply :errors on ... | José Valim | 2010-01-07 | 1 | -5/+3 |
* | Be sure to convert namespaced names to we have 'Parrots name' instead of 'Par... | José Valim | 2010-01-02 | 1 | -0/+1 |
* | Make nested attributes behave like in 2.3.5 and add a sanity test for it with... | José Valim | 2010-01-02 | 1 | -7/+23 |
* | Make sure to not add autosave callbacks multiple times. [#3575 state:resolved] | Eloy Duran | 2009-12-28 | 1 | -0/+29 |
* | Define autosave association validation methods only when needed. [#3161 state... | Alexey Kovyrin | 2009-09-12 | 1 | -0/+115 |
* | During autosave, ignore records that already have been destroyed. [#2537 stat... | Eloy Duran | 2009-09-12 | 1 | -0/+24 |
* | Fix autosave association to skip validation if it is marked for destruction. ... | Dmitry Polushkin | 2009-09-12 | 1 | -1/+6 |
* | Explicitely setting `autosave => false' should override new_record autosaving... | Eloy Duran | 2009-09-12 | 1 | -0/+64 |
* | Don't cascade autosave validation to destroyed children. [#2761 state:resolved] | Lance Ivy | 2009-09-12 | 1 | -0/+11 |
* | Oracle saves empty string as NULL | Raimonds Simanovskis | 2009-08-06 | 1 | -10/+36 |