| Commit message (Expand) | Author | Age | Files | Lines |
* | Add line endings to files which are missing them | Sean Griffin | 2015-02-17 | 1 | -1/+1 |
* | Deprecate `false` as the way to halt AR callbacks | claudiob | 2015-01-02 | 1 | -1/+1 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -2/+2 |
* | Fixed custom validation context bug where child | Eric Chahin | 2014-05-01 | 1 | -0/+6 |
* | Remove outdated comment | Rafael Mendonça França | 2014-04-14 | 1 | -1/+0 |
* | Revert "context in validation goes through has many relationship" | Aaron Patterson | 2014-02-20 | 1 | -8/+0 |
* | context in validation goes through has many relationship | Kevin Casey | 2014-02-08 | 1 | -0/+8 |
* | pass `habtm :autosave` to underlying `hm:t` association. Closes #13923. | Yves Senn | 2014-02-03 | 1 | -0/+1 |
* | allow to pass Symbol or Proc into :limit option of #accepts_nested_attributes... | Mikhail Dieterle | 2012-08-26 | 1 | -1/+1 |
* | Convert association macros to the new syntax | Jon Leighton | 2012-07-20 | 1 | -3/+3 |
* | Deprecated support for passing hashes and relations to default_scope, in favo... | Jon Leighton | 2011-04-12 | 1 | -1/+1 |
* | We shouldn't be using scoped.scoping { ... } to build associated records, as ... | Jon Leighton | 2011-01-30 | 1 | -0/+2 |
* | has_one should always remove the old record (properly), even if not saving th... | Jon Leighton | 2011-01-11 | 1 | -0/+4 |
* | use persisted? instead of new_record? wherever possible | David Chelimsky | 2010-11-09 | 1 | -1/+1 |
* | Don't overwrite unsaved updates when loading an association but preserve the ... | James Le Cuirot | 2010-06-20 | 1 | -2/+2 |
* | Revert "Don't overwrite unsaved updates when loading an association but prese... | José Valim | 2010-06-11 | 1 | -2/+2 |
* | Don't overwrite unsaved updates when loading an association but preserve the ... | James Le Cuirot | 2010-06-09 | 1 | -2/+2 |
* | Rollback the transaction when one of the autosave associations fails to save.... | Eloy Duran | 2010-01-08 | 1 | -0/+6 |
* | Refactored previous changes to nested attributes. | Eloy Duran | 2009-12-28 | 1 | -0/+2 |
* | Define autosave association callbacks when using accepts_nested_attributes_for. | Eloy Duran | 2009-11-07 | 1 | -1/+1 |
* | Allow accepts_nested_attributes_for :reject_if option accept symbols for usin... | Pratik Naik | 2009-10-07 | 1 | -0/+4 |
* | Define autosave association validation methods only when needed. [#3161 state... | Alexey Kovyrin | 2009-09-12 | 1 | -3/+6 |
* | Allow you to pass :all_blank to :reject_if option to automatically create a P... | Mike Breen | 2009-05-10 | 1 | -0/+2 |
* | Ensure AutosaveAssociation runs remove callbacks [#2146 state:resolved] | Luca Guidi | 2009-03-12 | 1 | -1/+48 |
* | Changed API of NestedAttributes to take an array, or hash with index keys, of... | Lance Ivy | 2009-02-13 | 1 | -1/+1 |
* | Add support for nested object forms to ActiveRecord and the helpers in Action... | Eloy Duran | 2009-02-01 | 1 | -0/+7 |
* | Dirty attributes aren't cleared if save fails. [#174 state:resolved] | Xavier Noria | 2008-05-12 | 1 | -0/+2 |
* | Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey Kondrate... | Jeremy Kemper | 2008-02-02 | 1 | -1/+3 |
* | move assets and models | Jeremy Kemper | 2008-01-18 | 1 | -0/+5 |