| Commit message (Expand) | Author | Age | Files | Lines |
* | ActiveRecord#respond_to? No longer allocates strings | schneems | 2018-10-15 | 1 | -1/+1 |
* | Call build when extend with nested attributes defined | Alireza Bashiri | 2018-08-02 | 1 | -1/+1 |
* | Add update_only example to AR nested attributes doc [ci_skip] | Felipe Oliveira | 2017-10-03 | 1 | -0/+12 |
* | Clarify intentions around method redefinitions | Matthew Draper | 2017-09-01 | 1 | -3/+2 |
* | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 1 | -0/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Add option for class_attribute default (#29270) | David Heinemeier Hansson | 2017-05-29 | 1 | -2/+1 |
* | More friendly exception in nested attributes | Kir Shatrov | 2017-05-22 | 1 | -1/+1 |
* | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 1 | -3/+3 |
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip] | Ryuta Kamizono | 2016-09-14 | 1 | -71/+71 |
* | Fix Remaining Case-In-Assignment Statement Formatting | Alex Kitchens | 2016-09-06 | 1 | -8/+9 |
* | Fix broken heredoc indentation caused by rubocop auto-correct | Ryuta Kamizono | 2016-09-03 | 1 | -7/+7 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -1/+1 |
* | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 1 | -1/+1 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -5/+5 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -116/+116 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | applies new string literal convention in activerecord/lib | Xavier Noria | 2016-08-06 | 1 | -16/+16 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-03-06 | 1 | -1/+1 |
|\ |
|
| * | [ci skip] Fix `'id'` to be fixed-width font | yui-knk | 2016-02-23 | 1 | -1/+1 |
* | | [ci skip] Improve the readability of documents of nested_attributes | yui-knk | 2016-02-24 | 1 | -6/+14 |
|/ |
|
* | Don't short-circuit reject_if proc | Andrew White | 2016-01-22 | 1 | -2/+12 |
* | Extra caller details added to ActiveRecord::RecordNotFound | Sameer Rahmani | 2015-07-21 | 1 | -1/+3 |
* | Ensure that 'ActionController::Parameters' can still be passed to AR for coll... | Thomas Walpole | 2015-07-18 | 1 | -0/+6 |
* | Ensure that `ActionController::Parameters` can still be passed to AR | Sean Griffin | 2015-07-18 | 1 | -0/+3 |
* | "maybe" => "may be" | Waynn Lue | 2015-05-21 | 1 | -1/+1 |
* | docs for updating nested attributes while creating parent record [ci | sh6khan | 2015-05-18 | 1 | -0/+5 |
* | fixed typo | Benny Klotz | 2015-04-28 | 1 | -2/+2 |
* | `type_cast_from_user` -> `cast` | Sean Griffin | 2015-02-17 | 1 | -1/+1 |
* | Always perform validations on nested attribute associations | Sean Griffin | 2015-01-30 | 1 | -0/+1 |
* | Don't redefine autosave association callbacks in nested attrs | Sean Griffin | 2015-01-28 | 1 | -1/+0 |
* | A quick pass through NestedAttributes' doc [ci skip] | Robin Dupret | 2015-01-02 | 1 | -18/+20 |
* | Add information about "allow_destroy" requiring an ID. [ci skip] | George Millo | 2014-12-23 | 1 | -0/+3 |
* | Rename `type_cast` to `type_cast_from_database` | Sean Griffin | 2014-06-09 | 1 | -1/+1 |
* | Move types to the top level `ActiveRecord` namespace | Sean Griffin | 2014-05-27 | 1 | -1/+1 |
* | Refactoring .reflections public method. | Arthur Neves | 2014-05-26 | 1 | -1/+0 |
* | Merge pull request #15210 from arthurnn/fix_hbtm_reflection | Arthur Neves | 2014-05-24 | 1 | -2/+3 |
* | Inline typecasting helpers from Column to the appropriate types | Sean Griffin | 2014-05-20 | 1 | -1/+1 |
* | [ci skip] Improve doc, fix grammatical issue | Akshay Vishnoi | 2014-04-13 | 1 | -4/+4 |
* | Renamed generated_feature_methods to generated_association_methods. | kennyj | 2013-09-28 | 1 | -1/+1 |
* | 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 |