1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Mislav Marohnić c2ca73c9ee 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>
2010-04-16 13:09:07 -07:00
..
assets
cases ActiveModel::Observing: stop using Observable Ruby module, re-implement notify_observers 2010-04-16 13:09:07 -07:00
connections Remove support for SQLite 2. 2009-08-17 14:54:34 +01:00
fixtures Refactor compute_type to handle situations where the correct class is already loaded 2010-04-12 21:31:20 -07:00
migrations Made migrations transactional for PostgreSQL [#834 state:resolved] 2008-08-22 14:46:25 -07:00
models Refactor compute_type to handle situations where the correct class is already loaded 2010-04-12 21:31:20 -07:00
schema Refactor compute_type to handle situations where the correct class is already loaded 2010-04-12 21:31:20 -07:00
config.rb