Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert ActiveModel to 1.9 hash syntax. | Patrick Robertson | 2013-05-01 | 1 | -3/+3 |
* | fix some typos found in activemodel | Vipul A M | 2013-03-18 | 1 | -1/+1 |
* | Use run_callbacks; the generated _run_<name>_callbacks method is not a public... | John Firebaugh | 2011-01-31 | 1 | -2/+2 |
* | after_create in ActiveModel should in the order specified | Neeraj Singh | 2010-09-27 | 1 | -0/+30 |
* | no callbacks should be created for empty array [#5289 state:resolved] | Subba Rao Pasupuleti | 2010-08-12 | 1 | -0/+14 |
* | Use better assertion methods for testing | Neeraj Singh | 2010-05-19 | 1 | -1/+1 |
* | Move ActiveRecord callbacks implementation to ActiveModel and make use of it. | José Valim | 2009-12-28 | 1 | -0/+70 |