Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | notify_observers should be public | Marc-Andre Lafortune | 2012-04-30 | 1 | -2/+9 |
| | |||||
* | Merge pull request #6063 from marcandre/observer_extra_args | Aaron Patterson | 2012-04-30 | 1 | -2/+9 |
|\ | | | | | Allow extra arguments for Observers | ||||
| * | Allow extra arguments for Observers | Marc-Andre Lafortune | 2012-04-30 | 1 | -2/+9 |
| | | |||||
* | | build fix for observing_test.rb | Arun Agrawal | 2012-04-30 | 1 | -1/+1 |
| | | | | | | introduced here 17c990b153f8635874c006a7460ee95817543fc1 | ||||
* | | Merge pull request #6072 from marcandre/observer_simplify_test | Santiago Pastorino | 2012-04-30 | 1 | -11/+4 |
|\ \ | | | | | | | Observer: simplify tests | ||||
| * | | Observer: simplify tests | Marc-Andre Lafortune | 2012-04-29 | 1 | -11/+4 |
| |/ | |||||
* | | Merge pull request #6071 from marcandre/observer_redef | Jeremy Kemper | 2012-04-29 | 1 | -2/+13 |
|\ \ | | | | | | | Fix Observer by acting on singleton class. Fixes #3505. | ||||
| * | | Fix Observer by acting on singleton class [#3505] | Marc-Andre Lafortune | 2012-04-29 | 1 | -2/+13 |
| |/ | | | | | | | Also [issue #1034] [pull #6068] | ||||
* / | Generate appropriate error more judiciously | Marc-Andre Lafortune | 2012-04-29 | 1 | -0/+15 |
|/ | |||||
* | Rename Observing#count_observers to Observing#observers_count | Oscar Del Ben | 2012-04-14 | 1 | -1/+1 |
| | |||||
* | 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 |