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
*
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
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-0
/
+1
*
Allow you to pass :all_blank to :reject_if option to automatically create a P...
Mike Breen
2009-05-10
1
-1
/
+17
*
Changed API of NestedAttributes to take an array, or hash with index keys, of...
Lance Ivy
2009-02-13
1
-76
/
+212
*
Nested attribute accessors should ignore new records with truthy _delete key.
Pascal Ehlert
2009-02-06
1
-0
/
+14
*
Don't rely on the order in these tests
Michael Koziarski
2009-02-01
1
-2
/
+2
*
Add support for nested object forms to ActiveRecord and the helpers in Action...
Eloy Duran
2009-02-01
1
-0
/
+359