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
/
lib
/
active_record
/
nested_attributes.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore the use of `#add_to_target` for nested attribute updates on existing ...
Ben Woosley
2013-08-12
1
-11
/
+10
*
Fix interactions between :before_add callbacks and nested attributes assignment
Dr.(USA) Joerg Schray
2013-08-12
1
-10
/
+9
*
let the object stay in charge of internal cache invalidation
Aaron Patterson
2013-06-13
1
-6
/
+1
*
Getting rid of the +automatic_inverse_of: false+ option in associations in favor
wangjohn
2013-06-08
1
-0
/
+4
*
Created a method to automatically find inverse associations and cache
wangjohn
2013-05-07
1
-0
/
+5
*
Do not overwrite manually built records during one-to-one nested attribute as...
Olek Janiszewski
2013-05-03
1
-7
/
+32
*
Added a bang to the end of +raise_nested_attributes_record_not_found+
wangjohn
2013-04-06
1
-3
/
+3
*
Fix my typo
Alexey Muranov
2013-03-12
1
-1
/
+1
*
Align indentation in comments
Alexey Muranov
2013-03-12
1
-15
/
+15
*
Document nested attributes as hash of hashes
Alexey Muranov
2013-03-12
1
-2
/
+26
*
Refactored nested associations so they are more readable. Added comments
wangjohn
2013-03-08
1
-26
/
+54
*
Change docs to use update instead of update_attributes
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-1
/
+1
*
1.9 Syntax related changes
AvnerCohen
2012-11-10
1
-35
/
+35
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-03
1
-3
/
+3
|
\
|
*
Fixed typo on ActiveRecord nested_attributes.
Luis M
2012-10-23
1
-3
/
+3
*
|
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-6
/
+2
*
|
Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."
Jeremy Kemper
2012-10-20
1
-1
/
+1
*
|
Get rid of the ActiveRecord::Model::DeprecationProxy thing.
Jon Leighton
2012-10-19
1
-1
/
+1
|
/
*
Remove unused private method AR::NestedAttributes#unassignable_keys and refer...
Guillermo Iguaran
2012-09-19
1
-5
/
+1
*
Remove mass_assignment_options from ActiveRecord
Guillermo Iguaran
2012-09-16
1
-12
/
+10
*
Remove mass assignment security from ActiveRecord
Guillermo Iguaran
2012-09-16
1
-15
/
+1
*
Refactor nested attributes limit logic to lookup :limit option only once
Carlos Antonio da Silva
2012-09-08
1
-11
/
+12
*
allow to pass Symbol or Proc into :limit option of #accepts_nested_attributes...
Mikhail Dieterle
2012-08-26
1
-3
/
+13
*
load active_support/core_ext/class/attribute in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
s/scoped/scope/
Jon Leighton
2012-08-01
1
-1
/
+1
*
Made ArgumentError messages consistent.
Philip Arndt
2012-07-06
1
-2
/
+2
*
Simplify AR configuration code.
Jon Leighton
2012-06-15
1
-1
/
+5
*
better wording
Hrvoje Šimić
2012-05-11
1
-4
/
+4
*
Nested attribute setters can be overridden.
Jonathan Mukai & Peter Jaros
2012-03-28
1
-1
/
+1
*
Modified comments explaining what the update_only option does.
Mark
2012-02-28
1
-8
/
+19
*
Array.wrap is an overhead as there is already check for class
Sergey Nartimov
2012-01-06
1
-1
/
+1
*
Support configuration on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-1
/
+1
*
Exclude _destroy parameter in :all_blank check (issue #2937)
Aaron Christy
2011-10-17
1
-2
/
+3
*
no need to sort the values
Aaron Patterson
2011-07-20
1
-1
/
+1
*
assign_nested_attributes_for_collection_association should work with Ruby 1.9...
Franck Verrot
2011-07-20
1
-1
/
+1
*
Use an instance variable to store the current masss assignment options
Andrew White
2011-07-04
1
-4
/
+4
*
Pass mass-assignment options to nested models - closes #1673.
Andrew White
2011-06-13
1
-13
/
+19
*
Remove dead branch code that appeared back in a merge.
José Valim
2011-04-10
1
-6
/
+0
*
Destroying records via nested attributes works independent of reject_if:
Durran Jordan
2011-04-05
1
-0
/
+1
*
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2011-02-18
1
-5
/
+5
|
\
|
*
Split AssociationProxy into an Association class (and subclasses) which manag...
Jon Leighton
2011-02-18
1
-5
/
+5
*
|
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2011-02-15
1
-1
/
+13
|
\
|
|
*
Rename add_record_to_target_with_callbacks to add_to_target
Jon Leighton
2011-02-14
1
-1
/
+1
|
*
ActiveRecord::Relation#primary_key should return a string, just like ActiveRe...
Jon Leighton
2011-01-03
1
-1
/
+1
|
*
Let AssociationCollection#find use #scoped to do its finding. Note that I am ...
Jon Leighton
2011-01-03
1
-1
/
+1
|
*
When a has_many association is not :uniq, appending the same record multiple ...
Jon Leighton
2010-12-23
1
-1
/
+12
*
|
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2010-12-20
1
-13
/
+13
|
\
|
|
*
If a nested_attribute is being marked for destruction and at the same time an...
Neeraj Singh
2010-11-24
1
-5
/
+2
|
*
Remove unneeded local var.
Emilio Tagua
2010-11-24
1
-2
/
+1
[next]