| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |