| Commit message (Expand) | Author | Age | Files | Lines |
* | quote fix ` to ' in the ArgumentError message | Manoj | 2012-01-24 | 1 | -1/+1 |
* | Remove Array.wrap call in ActiveModel | Rafael Mendonça França | 2012-01-06 | 1 | -2/+1 |
* | replaced remove and define method calls to :redefine | Anand | 2011-11-07 | 1 | -2/+1 |
* | Allow ActiveRecord observers to be disabled. | Myron Marston | 2011-08-12 | 1 | -2/+2 |
* | ActionMailer deliver method Documentation corrected Ticket #761 | Ganesh Kumar | 2011-05-21 | 1 | -1/+1 |
* | Prefer each instead of for in | Guillermo Iguaran | 2011-05-19 | 1 | -3/+1 |
* | Add documentation for new observer enable/disable feature. | Myron Marston | 2011-05-06 | 1 | -2/+7 |
* | Improved ActiveModel Observing docs. | Sebastian Martinez | 2011-04-30 | 1 | -2/+4 |
* | Fix bug with AM::Observer disablement. | Myron Marston | 2011-04-28 | 1 | -3/+9 |
* | Fix dev env memory leaks by using AS::DescendantsTracker rather than keeping ... | Myron Marston | 2011-04-28 | 1 | -23/+7 |
* | Revert "Revert "Handle enabling/disabling observers at different levels of th... | Myron Marston | 2011-04-28 | 1 | -0/+5 |
* | Revert "Handle enabling/disabling observers at different levels of the class ... | José Valim | 2011-04-28 | 1 | -5/+0 |
* | Handle enabling/disabling observers at different levels of the class hierarchy. | Myron Marston | 2011-04-28 | 1 | -0/+5 |
* | Allow observers to be enabled and disabled. | Myron Marston | 2011-04-28 | 1 | -3/+24 |
* | Wrap line that is over 200 characters long. Now it's much easier to read. | Myron Marston | 2011-04-28 | 1 | -1/+5 |
* | minor correction to the Active Model instantiate_observers doc | Josh Kalderimis | 2011-04-22 | 1 | -1/+1 |
* | remove unused assigned variable | Paco Guzman | 2011-03-06 | 1 | -1/+1 |
* | copy-edits 6d7a826 | Xavier Noria | 2011-02-21 | 1 | -3/+3 |
* | Documentation: Added small comments to Observering module | Nicholas Rowe | 2011-02-20 | 1 | -0/+3 |
* | add note about observer config for rails apps | Jimmy Cuadra | 2011-02-16 | 1 | -0/+4 |
* | Remove reference to ActiveRecord from ActiveModel comments | brainopia | 2011-01-15 | 1 | -3/+7 |
* | reader method eliminates defined? checks | Subba Rao Pasupuleti | 2010-09-01 | 1 | -7/+9 |
* | lifecycle should be two words, life cycle | Jaime Iniesta | 2010-08-26 | 1 | -1/+1 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -7/+7 |
* | Improve a bit the code in latest commits. | José Valim | 2010-07-08 | 1 | -1/+2 |
* | Removing method before redefining it. It was causing warnings. [#5072 state:r... | Łukasz Strzałkowski | 2010-07-08 | 1 | -0/+1 |
* | Move constantize from conversions to inflections. | Santiago Pastorino | 2010-06-26 | 1 | -1/+0 |
* | Revised and added headings. | Rizwan Reza | 2010-06-14 | 1 | -0/+4 |
* | Observing module is using constantize | Santiago Pastorino | 2010-06-06 | 1 | -0/+1 |
* | Fix Active Model observer tests | Jeremy Kemper | 2010-04-16 | 1 | -0/+4 |
* | ActiveModel::Observing: stop using Observable Ruby module, re-implement `noti... | Mislav Marohnić | 2010-04-16 | 1 | -7/+16 |
* | Fixing documentation on ActiveModel::Observer#observed_classes | Gavin Stark | 2010-01-18 | 1 | -1/+1 |
* | Fixing documentation for ActiveModel::Observer | Mikel Lindsaar | 2010-01-17 | 1 | -8/+13 |
* | Kill AMo observing wrap_with_notifications since ARes was only using it | Joshua Peek | 2009-09-02 | 1 | -17/+0 |
* | Improve AMo observing docs | Joshua Peek | 2009-07-21 | 1 | -4/+73 |
* | Add wrap_with_notifications helper to AMo observing | Joshua Peek | 2009-07-20 | 1 | -2/+20 |
* | Move observing notify helper into AMo | Joshua Peek | 2009-06-11 | 1 | -0/+6 |
* | Fix observing AS dependencies | Joshua Peek | 2009-06-11 | 1 | -0/+2 |
* | Integrate ActiveModel::Observing into ActiveRecord | Joshua Peek | 2009-06-10 | 1 | -46/+62 |
* | Get rid of active_model/core and active_model/callbacks | Pratik Naik | 2009-03-21 | 1 | -1/+0 |
* | tweak activemodel load order a bit | rick | 2008-06-27 | 1 | -10/+8 |
* | initial experimental commit of active_model | Rick Olson | 2007-11-09 | 1 | -0/+100 |