This project is archived and is in readonly mode.
Changeset [c2ca73c9ee5fc3dadf69cf565bd5e2bb30c82c50] by Mislav Marohnić
April 16th, 2010 @ 09:09 PM
ActiveModel::Observing: stop using Observable Ruby module,
re-implement 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
http://github.com/rails/rails/commit/c2ca73c9ee5fc3dadf69cf565bd5e2...
Committed by Mislav Marohnić
- M activemodel/lib/active_model/observing.rb
- M activerecord/test/cases/lifecycle_test.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>