index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
cases
/
nested_attributes_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
assign_nested_attributes_for_collection_association should work with Ruby 1.9...
Franck Verrot
2011-07-20
1
-0
/
+5
*
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
*
Destroying records via nested attributes works independent of reject_if:
Durran Jordan
2011-04-05
1
-0
/
+8
*
Split AssociationProxy into an Association class (and subclasses) which manag...
Jon Leighton
2011-02-18
1
-5
/
+5
*
Fixing incorrectly writtent testcase
Alexey Nayden
2011-01-28
1
-2
/
+2
*
test_first_and_array_index_zero_methods_return_the_same_value_when_nested_att...
Alexey Nayden
2011-01-28
1
-0
/
+9
*
In a number of places in the tests, we only need to turn off transactional fi...
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
-1
/
+0
*
Improved strategy for updating a belongs_to association when the foreign key ...
Jon Leighton
2010-12-23
1
-2
/
+3
*
fix warnings, stop using global variables
Aaron Patterson
2010-11-30
1
-2
/
+1
*
If a nested_attribute is being marked for destruction and at the same time an...
Neeraj Singh
2010-11-24
1
-1
/
+14
*
Fixed bug in active_record/nested_attributes where an empty string id caused ...
Santiago Pastorino
2010-11-11
1
-0
/
+8
*
use persisted? instead of new_record? wherever possible
David Chelimsky
2010-11-09
1
-8
/
+8
*
Revert 0c0b0aa0f223523331afdc157fb3992a121bf497 which introduced a security v...
Michael Koziarski
2010-10-15
1
-14
/
+12
*
fixing indentation warning
Aaron Patterson
2010-09-28
1
-1
/
+1
*
Fix for #5579 involved the code change for both has_one and has_many relation...
Neeraj Singh
2010-09-27
1
-1
/
+9
*
Fix for nested_attributes with has_many association fails when a single recor...
Neeraj Singh
2010-09-27
1
-0
/
+8
*
reject_id option should be respected while using nested_attributes
Neeraj Singh
2010-09-24
1
-0
/
+9
*
nested attributes tests should rely on associated objects to verify results n...
Subba Rao Pasupuleti
2010-09-01
1
-57
/
+64
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-10
/
+10
*
fixed indentation in test cases
Mark Turner
2010-08-11
1
-1
/
+1
*
association load target shouldn't replace records
Szetobo
2010-07-21
1
-1
/
+13
*
In nested_attributes when association is not loaded and association
Subba Rao Pasupuleti
2010-07-21
1
-0
/
+6
*
- without the id test is passing even if I change :allow_destroy from 'false'...
Neeraj Singh
2010-07-21
1
-2
/
+47
*
This patch changes update_attribute implementatino so:
Neeraj Singh
2010-07-08
1
-9
/
+9
*
Don't remove scheduled destroys when loading an association. [#4642 state:res...
James Le Cuirot
2010-07-01
1
-0
/
+6
*
Fixes #2415 by creating a new instance of the Model when saving attributes to...
George Montana Harkin
2010-06-27
1
-13
/
+15
*
Don't overwrite unsaved updates when loading an association but preserve the ...
James Le Cuirot
2010-06-20
1
-0
/
+21
*
Revert "Don't overwrite unsaved updates when loading an association but prese...
José Valim
2010-06-11
1
-14
/
+0
*
Don't overwrite unsaved updates when loading an association but preserve the ...
James Le Cuirot
2010-06-09
1
-0
/
+14
*
Fixing test class names and refactor line in autosave association
Carlos Antonio da Silva
2010-06-07
1
-2
/
+2
*
Nested records (re: autosave) are now updated even when the intermediate pare...
Ian White
2010-05-18
1
-0
/
+80
*
Use primary key in conditions, not 'id' [#4395 state:resolved]
Mathieu Arnold
2010-05-04
1
-0
/
+25
*
Ensure not to load the entire association when bulk updating existing records...
Pratik Naik
2010-04-14
1
-1
/
+11
*
Raise a RecordNotFound if an ID in nested attributes is given but doesn't ret...
Eloy Duran
2010-01-07
1
-4
/
+20
*
Moved the validation logic to the association reflection and refactored autos...
Eloy Duran
2010-01-07
1
-2
/
+2
*
Remove deprecated '_delete' option from NestedAttributes.
Eloy Duran
2010-01-07
1
-6
/
+0
*
Refactored nested attributes a bit around :reject_if => :all_blank.
Eloy Duran
2010-01-07
1
-1
/
+4
*
Make nested attributes behave like in 2.3.5 and add a sanity test for it with...
José Valim
2010-01-02
1
-1
/
+1
*
Refactored previous changes to nested attributes.
Eloy Duran
2009-12-28
1
-15
/
+26
*
Add an :update_only option to accepts_nested_attributes_for for to-one associ...
Michael Siebert
2009-12-28
1
-0
/
+31
*
Make sure to not add autosave callbacks multiple times. [#3575 state:resolved]
Eloy Duran
2009-12-28
1
-0
/
+9
*
Add a :limit option to specify the maximum number of records that can be proc...
Pratik Naik
2009-10-09
1
-0
/
+30
*
Store entire options hash in the class var rather than just the reject_if pro...
Pratik Naik
2009-10-09
1
-4
/
+4
*
Use indifferent access attributes instead of stringifying them
Pratik Naik
2009-10-08
1
-0
/
+8
*
Allow accepts_nested_attributes_for :reject_if option accept symbols for usin...
Pratik Naik
2009-10-07
1
-0
/
+20
*
Rename nested attributes _delete to _destroy to reflect its actual behavior a...
José Valim
2009-09-12
1
-33
/
+39
*
Raise an exception with friendlier error message when attempting to build a p...
Mike Breen
2009-09-12
1
-0
/
+8
*
Add test to verify that the new :inverse_of association option will indeed fi...
Wolfram Arnold
2009-08-08
1
-0
/
+37
[next]