aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/observing.rb
Commit message (Collapse)AuthorAgeFilesLines
* Allow ActiveRecord observers to be disabled.Myron Marston2011-08-121-2/+2
| | | We have to use Observer#update rather than Observer#send since the enabled state is checked in #update before forwarding the method call on.
* ActionMailer deliver method Documentation corrected Ticket #761Ganesh Kumar2011-05-211-1/+1
|
* Prefer each instead of for inGuillermo Iguaran2011-05-191-3/+1
|
* Add documentation for new observer enable/disable feature.Myron Marston2011-05-061-2/+7
|
* Improved ActiveModel Observing docs.Sebastian Martinez2011-04-301-2/+4
|
* Fix bug with AM::Observer disablement.Myron Marston2011-04-281-3/+9
| | | | | Now that we propagate the enabling/disabling to descendants, we no longer have to check the disabled_observer Set on each superclass of the model class. This was causing a bug when disabling all observers at a superclass level and then enabling an individual observer at a subclass level. Plus the logic is simpler now :).
* Fix dev env memory leaks by using AS::DescendantsTracker rather than keeping ↵Myron Marston2011-04-281-23/+7
| | | | | track of subclasses manually. There's also no need to keep track of all ObserverArray instances in a hash, as this is likely to leak memory, too.
* Revert "Revert "Handle enabling/disabling observers at different levels of ↵Myron Marston2011-04-281-0/+5
| | | | | | | | | the class hierarchy."" This reverts commit 2a25c5818b03d7d6cd63aad180bff23479dbd861. I'm going to add another commit that keeps the same behavior of fixes the problems of leaking memory in development.
* Revert "Handle enabling/disabling observers at different levels of the class ↵José Valim2011-04-281-5/+0
| | | | | | | | | | hierarchy." This reverts commit ad62f1928768bd2676958a4a08512bad342fe469 because the current subclasses implementation leaks memory in development. Instead of keeping an array of subclasses, the better solution is to ask the parent if an observer is being disabled or not.
* Handle enabling/disabling observers at different levels of the class hierarchy.Myron Marston2011-04-281-0/+5
| | | | Last call wins.
* Allow observers to be enabled and disabled.Myron Marston2011-04-281-3/+24
| | | | This is useful in situations like model unit tests and the occasional rake task to backfill old data.
* Wrap line that is over 200 characters long. Now it's much easier to read.Myron Marston2011-04-281-1/+5
|
* minor correction to the Active Model instantiate_observers docJosh Kalderimis2011-04-221-1/+1
|
* remove unused assigned variablePaco Guzman2011-03-061-1/+1
|
* copy-edits 6d7a826Xavier Noria2011-02-211-3/+3
|
* Documentation: Added small comments to Observering moduleNicholas Rowe2011-02-201-0/+3
|
* add note about observer config for rails appsJimmy Cuadra2011-02-161-0/+4
| | | | | | | | ActiveModel::Observer and ActiveRecord::Observer have similar documentation, but a Rails user looking at the ActiveModel version might not realize that a change to config/application.rb is required to activate the observer. This change adds a note to that effect, pointing to the AR version from the AM version.
* Remove reference to ActiveRecord from ActiveModel commentsbrainopia2011-01-151-3/+7
|
* reader method eliminates defined? checksSubba Rao Pasupuleti2010-09-011-7/+9
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* lifecycle should be two words, life cycleJaime Iniesta2010-08-261-1/+1
|
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-7/+7
| | | | 's/[ \t]*$//' -i {} \;)
* Improve a bit the code in latest commits.José Valim2010-07-081-1/+2
|
* Removing method before redefining it. It was causing warnings. [#5072 ↵Łukasz Strzałkowski2010-07-081-0/+1
| | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Move constantize from conversions to inflections.Santiago Pastorino2010-06-261-1/+0
| | | | | | | | This removes ActiveModel dependency on TZInfo. [#4979 state:committed] Signed-off-by: José Valim <jose.valim@gmail.com>
* Revised and added headings.Rizwan Reza2010-06-141-0/+4
|
* Observing module is using constantizeSantiago Pastorino2010-06-061-0/+1
|
* Fix Active Model observer testsJeremy Kemper2010-04-161-0/+4
|
* ActiveModel::Observing: stop using Observable Ruby module, re-implement ↵Mislav Marohnić2010-04-161-7/+16
| | | | | | | | | `notify_observers` `Observable#notify_observers` from Ruby always returns false (which halts ActiveRecord callback chains) and has extra features (like `changed`) that were never used. Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Fixing documentation on ActiveModel::Observer#observed_classesGavin Stark2010-01-181-1/+1
|
* Fixing documentation for ActiveModel::ObserverMikel Lindsaar2010-01-171-8/+13
|
* Kill AMo observing wrap_with_notifications since ARes was only using itJoshua Peek2009-09-021-17/+0
|
* Improve AMo observing docsJoshua Peek2009-07-211-4/+73
|
* Add wrap_with_notifications helper to AMo observingJoshua Peek2009-07-201-2/+20
|
* Move observing notify helper into AMoJoshua Peek2009-06-111-0/+6
|
* Fix observing AS dependenciesJoshua Peek2009-06-111-0/+2
|
* Integrate ActiveModel::Observing into ActiveRecordJoshua Peek2009-06-101-46/+62
|
* Get rid of active_model/core and active_model/callbacksPratik Naik2009-03-211-1/+0
|
* tweak activemodel load order a bitrick2008-06-271-10/+8
|
* initial experimental commit of active_modelRick Olson2007-11-091-0/+100
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8118 5ecf4fe2-1ee6-0310-87b1-e25e094e27de