Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/activerecord/lib/active_record/observer.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8889 [8889] 02/17/08 22:52:55 bitsweat Fix observed_class. References #11099.
(edit) @8875 [8875] 02/15/08 23:09:51 nzkoz Add test for Observer#observer_class and change the implementation …
(edit) @8787 [8787] 02/02/08 20:18:18 rick Reshuffle load order so that routes and observers are initialized after …
(edit) @8602 [8602] 01/09/08 01:33:15 bitsweat observed_subclasses gives [] if there are no observed classes
(edit) @8478 [8478] 12/22/07 04:50:12 bitsweat Ruby 1.9 compat: Class#subclasses is now protected
(edit) @7872 [7872] 10/14/07 05:20:24 rick Observers can observe model names as symbols properly now. Closes #9869
(edit) @7539 [7539] 09/22/07 17:05:15 david Added the possibility of using symbols in addition to concrete classes …
(edit) @7473 [7473] 09/14/07 00:25:59 bitsweat Deprecation: removed Reloadable.
(edit) @7128 [7128] 06/26/07 20:45:41 david Allow sweepers to be created solely for expiring after controller actions, …
(edit) @5211 [5211] 09/30/06 01:37:07 rick Add an attribute reader method for ActiveRecord::Base.observers [Rick …
(edit) @4743 [4743] 08/09/06 16:54:36 rick Remove ActiveRecord::Base.reset since Dispatcher doesn't use it anymore. …
(edit) @4728 [4728] 08/08/06 21:21:04 ulysses New dependencies implementation
(edit) @4683 [4683] 08/06/06 02:08:29 rick Refactor ActiveRecord::Base.reset_subclasses to #reset, and add global …
(edit) @4521 [4521] 06/30/06 04:38:24 bitsweat r4738@asus: jeremy | 2006-06-29 20:18:43 -0700 Observers also watch …
(edit) @4310 [4310] 04/29/06 18:10:14 marcel Replace Ruby's deprecated append_features in favor of included. [Marcel …
(edit) @3744 [3744] 03/02/06 03:02:51 david More docs for observers (closes #3996) [Robby Russel]
(edit) @3534 [3534] 02/04/06 16:26:55 david Just go with Subclasses instead of OnlySubclasses
(edit) @3521 [3521] 02/02/06 05:41:00 ulysses Add Reloadable::OnlySubclasses which handles the common case where a base …
(edit) @3493 [3493] 01/29/06 00:37:39 david Added reusable reloading support through the inclusion of the Relodable …
(edit) @2766 [2766] 10/27/05 16:06:04 marcel Update documentation for observers to reflect new configuration system.
(edit) @2329 [2329] 09/25/05 08:50:47 david Use assignment instead of call
(edit) @2327 [2327] 09/25/05 08:48:30 david Use assignment instead of call
(edit) @2326 [2326] 09/25/05 08:26:29 david Added new symbol-driven approach to activating observers with …
(edit) @2263 [2263] 09/19/05 16:34:34 david Fixed that Observers didn't observe sub-classes #627 [Florian Weber]
(edit) @1141 [1141] 04/10/05 17:47:04 david Doc changes
(edit) @1128 [1128] 04/10/05 15:13:05 david Updated docs #1070
(edit) @773 [773] 02/23/05 23:51:34 david Finished polishing API docs
(edit) @367 [367] 01/10/05 16:06:04 david Added that Observers can use the observes class method instead of …
(add) @4 [4] 11/24/04 01:04:44 david Initial
Note: See TracRevisionLog for help on using the revision log.