aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/nested_attributes_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #5248 from jcoleman/should-unset-association-when-an-exist...Jon Leighton2012-09-211-0/+16
|\
| * Unset association when existing record is destroyed.James Coleman2012-03-021-0/+16
* | ensures that the test repairs the validation setupFrancesco Rodriguez2012-08-271-7/+9
* | allow to pass Symbol or Proc into :limit option of #accepts_nested_attributes...Mikhail Dieterle2012-08-261-7/+31
* | Made ArgumentError messages consistent.Philip Arndt2012-07-061-1/+1
* | Validates_numericality_of is skipped when changing 0 to to non-empty stringAngelo capilleri2012-06-191-0/+10
* | Nested attribute setters can be overridden.Jonathan Mukai & Peter Jaros2012-03-281-0/+13
* | remove usages of AS::OrderedHashVishnu Atrai2012-03-031-1/+1
* | Refactored codeRaghunadh2012-02-101-1/+1
|/
* added failing tests for has_many, has_one and belongs_to associations with st...Jakub Kuźma2011-12-211-5/+0
* Allow nested attributes in associations to update values in it's owner object...Andrew Kaspick2011-12-141-0/+5
* Exclude _destroy parameter in :all_blank check (issue #2937)Aaron Christy2011-10-171-0/+8
* assign_nested_attributes_for_collection_association should work with Ruby 1.9...Franck Verrot2011-07-201-0/+5
* 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
* Destroying records via nested attributes works independent of reject_if:Durran Jordan2011-04-051-0/+8
* Split AssociationProxy into an Association class (and subclasses) which manag...Jon Leighton2011-02-181-5/+5
* Fixing incorrectly writtent testcaseAlexey Nayden2011-01-281-2/+2
* test_first_and_array_index_zero_methods_return_the_same_value_when_nested_att...Alexey Nayden2011-01-281-0/+9
* In a number of places in the tests, we only need to turn off transactional fi...Jon Leighton2011-01-111-2/+2
* Allow assignment on has_one :through where the owner is a new record [#5137 s...Jon Leighton2011-01-031-1/+0
* Improved strategy for updating a belongs_to association when the foreign key ...Jon Leighton2010-12-231-2/+3
* fix warnings, stop using global variablesAaron Patterson2010-11-301-2/+1
* If a nested_attribute is being marked for destruction and at the same time an...Neeraj Singh2010-11-241-1/+14
* Fixed bug in active_record/nested_attributes where an empty string id caused ...Santiago Pastorino2010-11-111-0/+8
* use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-8/+8
* Revert 0c0b0aa0f223523331afdc157fb3992a121bf497 which introduced a security v...Michael Koziarski2010-10-151-14/+12
* fixing indentation warningAaron Patterson2010-09-281-1/+1
* Fix for #5579 involved the code change for both has_one and has_many relation...Neeraj Singh2010-09-271-1/+9
* Fix for nested_attributes with has_many association fails when a single recor...Neeraj Singh2010-09-271-0/+8
* reject_id option should be respected while using nested_attributesNeeraj Singh2010-09-241-0/+9
* nested attributes tests should rely on associated objects to verify results n...Subba Rao Pasupuleti2010-09-011-57/+64
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-10/+10
* fixed indentation in test casesMark Turner2010-08-111-1/+1
* association load target shouldn't replace recordsSzetobo2010-07-211-1/+13
* In nested_attributes when association is not loaded and associationSubba Rao Pasupuleti2010-07-211-0/+6
* - without the id test is passing even if I change :allow_destroy from 'false'...Neeraj Singh2010-07-211-2/+47
* This patch changes update_attribute implementatino so:Neeraj Singh2010-07-081-9/+9
* Don't remove scheduled destroys when loading an association. [#4642 state:res...James Le Cuirot2010-07-011-0/+6
* Fixes #2415 by creating a new instance of the Model when saving attributes to...George Montana Harkin2010-06-271-13/+15
* Don't overwrite unsaved updates when loading an association but preserve the ...James Le Cuirot2010-06-201-0/+21
* Revert "Don't overwrite unsaved updates when loading an association but prese...José Valim2010-06-111-14/+0
* Don't overwrite unsaved updates when loading an association but preserve the ...James Le Cuirot2010-06-091-0/+14
* Fixing test class names and refactor line in autosave associationCarlos Antonio da Silva2010-06-071-2/+2
* Nested records (re: autosave) are now updated even when the intermediate pare...Ian White2010-05-181-0/+80
* Use primary key in conditions, not 'id' [#4395 state:resolved]Mathieu Arnold2010-05-041-0/+25
* Ensure not to load the entire association when bulk updating existing records...Pratik Naik2010-04-141-1/+11
* Raise a RecordNotFound if an ID in nested attributes is given but doesn't ret...Eloy Duran2010-01-071-4/+20
* Moved the validation logic to the association reflection and refactored autos...Eloy Duran2010-01-071-2/+2
* Remove deprecated '_delete' option from NestedAttributes.Eloy Duran2010-01-071-6/+0