Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow ActiveRecord observers to be disabled. | Myron Marston | 2011-08-12 | 1 | -0/+12 |
| | | | We have to use Observer#update rather than Observer#send since the enabled state is checked in #update before forwarding the method call on. | ||||
* | Allow observers to be enabled and disabled. | Myron Marston | 2011-04-28 | 1 | -0/+5 |
| | | | | This is useful in situations like model unit tests and the occasional rake task to backfill old data. | ||||
* | Fix Active Model observer tests | Jeremy Kemper | 2010-04-16 | 1 | -2/+0 |
| | |||||
* | Fix warnings in AMo | Joshua Peek | 2009-09-05 | 1 | -0/+1 |
| | |||||
* | Kill AMo Base | Joshua Peek | 2009-07-21 | 1 | -2/+5 |
| | |||||
* | Integrate ActiveModel::Observing into ActiveRecord | Joshua Peek | 2009-06-10 | 1 | -12/+20 |
| | |||||
* | Make Active Model test suite similar to Active Record | Pratik Naik | 2009-03-20 | 1 | -0/+121 |