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
*
This test does not test anything that happens in the real world. If you
Aaron Patterson
2013-06-13
1
-20
/
+0
*
refute the predicate for better failure messages
Aaron Patterson
2013-06-13
1
-1
/
+1
*
Created a method to automatically find inverse associations and cache
wangjohn
2013-05-07
1
-0
/
+2
*
Do not overwrite manually built records during one-to-one nested attribute as...
Olek Janiszewski
2013-05-03
1
-0
/
+14
*
Add Error#full_message test; Fix typos
Vipul A M
2013-03-22
1
-1
/
+1
*
fix typos in AR. lots of them.
Vipul A M
2013-03-19
1
-1
/
+1
*
Namespace HashWithIndifferentAccess
Akira Matsuda
2013-01-07
1
-2
/
+2
*
Rename update_attributes method to update, keep update_attributes as an alias
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-54
/
+54
*
Add test to avoid regression of 58e48d5292242f000dc8a87fdbb1c0ccdcf286d8
Gabriel Sobrinho & Ricardo Henrique
2012-11-08
1
-0
/
+11
*
Ensure nested attributes is restored in case of a test failure
Carlos Antonio da Silva
2012-11-03
1
-1
/
+1
*
Simplify query conditions a bit in nested attributes test
Carlos Antonio da Silva
2012-11-03
1
-5
/
+3
*
gradually moving documentation to new hash syntax
AvnerCohen
2012-10-10
1
-1
/
+1
*
Merge pull request #5248 from jcoleman/should-unset-association-when-an-exist...
Jon Leighton
2012-09-21
1
-0
/
+16
|
\
|
*
Unset association when existing record is destroyed.
James Coleman
2012-03-02
1
-0
/
+16
*
|
ensures that the test repairs the validation setup
Francesco Rodriguez
2012-08-27
1
-7
/
+9
*
|
allow to pass Symbol or Proc into :limit option of #accepts_nested_attributes...
Mikhail Dieterle
2012-08-26
1
-7
/
+31
*
|
Made ArgumentError messages consistent.
Philip Arndt
2012-07-06
1
-1
/
+1
*
|
Validates_numericality_of is skipped when changing 0 to to non-empty string
Angelo capilleri
2012-06-19
1
-0
/
+10
*
|
Nested attribute setters can be overridden.
Jonathan Mukai & Peter Jaros
2012-03-28
1
-0
/
+13
*
|
remove usages of AS::OrderedHash
Vishnu Atrai
2012-03-03
1
-1
/
+1
*
|
Refactored code
Raghunadh
2012-02-10
1
-1
/
+1
|
/
*
added failing tests for has_many, has_one and belongs_to associations with st...
Jakub Kuźma
2011-12-21
1
-5
/
+0
*
Allow nested attributes in associations to update values in it's owner object...
Andrew Kaspick
2011-12-14
1
-0
/
+5
*
Exclude _destroy parameter in :all_blank check (issue #2937)
Aaron Christy
2011-10-17
1
-0
/
+8
*
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
[next]