aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/nested_attributes.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-091-1/+1
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-1/+1
* Refactoring .reflections public method.Arthur Neves2014-05-261-1/+0
* Merge pull request #15210 from arthurnn/fix_hbtm_reflectionArthur Neves2014-05-241-2/+3
* Inline typecasting helpers from Column to the appropriate typesSean Griffin2014-05-201-1/+1
* [ci skip] Improve doc, fix grammatical issueAkshay Vishnoi2014-04-131-4/+4
* Renamed generated_feature_methods to generated_association_methods.kennyj2013-09-281-1/+1
* Restore the use of `#add_to_target` for nested attribute updates on existing ...Ben Woosley2013-08-121-11/+10
* Fix interactions between :before_add callbacks and nested attributes assignmentDr.(USA) Joerg Schray2013-08-121-10/+9
* let the object stay in charge of internal cache invalidationAaron Patterson2013-06-131-6/+1
* Getting rid of the +automatic_inverse_of: false+ option in associations in favorwangjohn2013-06-081-0/+4
* Created a method to automatically find inverse associations and cachewangjohn2013-05-071-0/+5
* Do not overwrite manually built records during one-to-one nested attribute as...Olek Janiszewski2013-05-031-7/+32
* Added a bang to the end of +raise_nested_attributes_record_not_found+wangjohn2013-04-061-3/+3
* Fix my typoAlexey Muranov2013-03-121-1/+1
* Align indentation in commentsAlexey Muranov2013-03-121-15/+15
* Document nested attributes as hash of hashesAlexey Muranov2013-03-121-2/+26
* Refactored nested associations so they are more readable. Added commentswangjohn2013-03-081-26/+54
* Change docs to use update instead of update_attributesAmparo Luna + Guillermo Iguaran2013-01-031-1/+1
* 1.9 Syntax related changesAvnerCohen2012-11-101-35/+35
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-031-3/+3
|\
| * Fixed typo on ActiveRecord nested_attributes.Luis M2012-10-231-3/+3
* | Remove ActiveRecord::ModelJon Leighton2012-10-261-6/+2
* | Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."Jeremy Kemper2012-10-201-1/+1
* | Get rid of the ActiveRecord::Model::DeprecationProxy thing.Jon Leighton2012-10-191-1/+1
|/
* Remove unused private method AR::NestedAttributes#unassignable_keys and refer...Guillermo Iguaran2012-09-191-5/+1
* Remove mass_assignment_options from ActiveRecordGuillermo Iguaran2012-09-161-12/+10
* Remove mass assignment security from ActiveRecordGuillermo Iguaran2012-09-161-15/+1
* Refactor nested attributes limit logic to lookup :limit option only onceCarlos Antonio da Silva2012-09-081-11/+12
* allow to pass Symbol or Proc into :limit option of #accepts_nested_attributes...Mikhail Dieterle2012-08-261-3/+13
* load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* s/scoped/scope/Jon Leighton2012-08-011-1/+1
* Made ArgumentError messages consistent.Philip Arndt2012-07-061-2/+2
* Simplify AR configuration code.Jon Leighton2012-06-151-1/+5
* better wordingHrvoje Šimić2012-05-111-4/+4
* Nested attribute setters can be overridden.Jonathan Mukai & Peter Jaros2012-03-281-1/+1
* Modified comments explaining what the update_only option does.Mark2012-02-281-8/+19
* Array.wrap is an overhead as there is already check for classSergey Nartimov2012-01-061-1/+1
* Support configuration on ActiveRecord::Model.Jon Leighton2011-12-281-1/+1
* Exclude _destroy parameter in :all_blank check (issue #2937)Aaron Christy2011-10-171-2/+3
* no need to sort the valuesAaron Patterson2011-07-201-1/+1
* assign_nested_attributes_for_collection_association should work with Ruby 1.9...Franck Verrot2011-07-201-1/+1
* Use an instance variable to store the current masss assignment optionsAndrew White2011-07-041-4/+4
* Pass mass-assignment options to nested models - closes #1673.Andrew White2011-06-131-13/+19
* Remove dead branch code that appeared back in a merge.José Valim2011-04-101-6/+0
* Destroying records via nested attributes works independent of reject_if:Durran Jordan2011-04-051-0/+1
* Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-181-5/+5
|\
| * Split AssociationProxy into an Association class (and subclasses) which manag...Jon Leighton2011-02-181-5/+5
* | Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-151-1/+13
|\|