aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/nested_attributes.rb
Commit message (Expand)AuthorAgeFilesLines
* No Woman, No tryAkira Matsuda2019-07-121-1/+0
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-2/+0
* ActiveRecord#respond_to? No longer allocates stringsschneems2018-10-151-1/+1
* Call build when extend with nested attributes definedAlireza Bashiri2018-08-021-1/+1
* Add update_only example to AR nested attributes doc [ci_skip]Felipe Oliveira2017-10-031-0/+12
* Clarify intentions around method redefinitionsMatthew Draper2017-09-011-3/+2
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-2/+1
* More friendly exception in nested attributesKir Shatrov2017-05-221-1/+1
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-3/+3
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-71/+71
* Fix Remaining Case-In-Assignment Statement FormattingAlex Kitchens2016-09-061-8/+9
* Fix broken heredoc indentation caused by rubocop auto-correctRyuta Kamizono2016-09-031-7/+7
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-5/+5
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-116/+116
* modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-16/+16
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-03-061-1/+1
|\
| * [ci skip] Fix `'id'` to be fixed-width fontyui-knk2016-02-231-1/+1
* | [ci skip] Improve the readability of documents of nested_attributesyui-knk2016-02-241-6/+14
|/
* Don't short-circuit reject_if procAndrew White2016-01-221-2/+12
* Extra caller details added to ActiveRecord::RecordNotFoundSameer Rahmani2015-07-211-1/+3
* Ensure that 'ActionController::Parameters' can still be passed to AR for coll...Thomas Walpole2015-07-181-0/+6
* Ensure that `ActionController::Parameters` can still be passed to ARSean Griffin2015-07-181-0/+3
* "maybe" => "may be"Waynn Lue2015-05-211-1/+1
* docs for updating nested attributes while creating parent record [cish6khan2015-05-181-0/+5
* fixed typoBenny Klotz2015-04-281-2/+2
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-171-1/+1
* Always perform validations on nested attribute associationsSean Griffin2015-01-301-0/+1
* Don't redefine autosave association callbacks in nested attrsSean Griffin2015-01-281-1/+0
* A quick pass through NestedAttributes' doc [ci skip]Robin Dupret2015-01-021-18/+20
* Add information about "allow_destroy" requiring an ID. [ci skip]George Millo2014-12-231-0/+3
* 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