aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/observing.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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