aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/observer.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow ActiveRecord observers to be disabled.Myron Marston2011-08-121-1/+1
* ActionMailer deliver method Documentation corrected Ticket #761Ganesh Kumar2011-05-211-1/+1
* fix yield not working from around filter of observers, fixes Github#329Hemant Kumar2011-05-071-2/+2
* Fix observer callbacks firing multiple times on descendant instancesKamal Fariz Mahyuddin2011-02-221-1/+8
* reuse the superclass methods for shorter codesAaron Patterson2010-12-091-7/+3
* just use core methodsAaron Patterson2010-12-091-1/+1
* Simplifies observer implementation [#6065 state:resolved]Robert Pankowecki (Gavdi)2010-12-091-26/+4
* 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-1/+1
* Removing most of the symbol to proc usage in Active RecordPrem Sichanugrist2010-08-131-1/+1
* ensuring that description does not exceed 100 columnsNeeraj Singh2010-08-021-2/+2
* Fixed many references to the old config/environment.rb and Rails::InitializerBenjamin Quorning2010-07-131-1/+1
* Define a convention for descendants and subclasses.José Valim2010-07-051-3/+3
* Merge remote branch 'rails/master'Xavier Noria2010-06-201-1/+2
|\
| * ActiveRecord and ActionPack now use the new descendants implementation.José Valim2010-06-191-1/+2
* | Adds title and minor changes.Rizwan Reza2010-06-161-0/+2
|/
* class_attribute is not a direct replacement of class_inheritable_*.José Valim2010-06-101-2/+6
* improve how ActiveRecord::Observer defines callbacks on observed modelsMislav Marohnić2010-04-161-7/+19
* Convert to class_attributeJeremy Kemper2010-02-011-3/+6
* Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-081-5/+15
* Integrate ActiveModel::Observing into ActiveRecordJoshua Peek2009-06-101-91/+4
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Use DependencyModule for included hooks in ActiveRecordBryan Helmkamp2009-05-111-3/+1
* Make observers define #after_find in the model only if needed.George Ogata2008-07-261-0/+3
* Observers not longer add an after_find method to the observed class.Stefan Kaes2008-07-151-5/+4
* Fix observers that use after_find. [#375 state:resolved]George Ogata2008-06-171-1/+1
* Merge docrails.Pratik Naik2008-05-251-2/+2
* Fix observed_class. References #11099.Jeremy Kemper2008-02-171-1/+1
* Add test for Observer#observer_class and change the implementation slightly. ...Michael Koziarski2008-02-151-3/+3
* Reshuffle load order so that routes and observers are initialized after plugi...Rick Olson2008-02-021-0/+14
* observed_subclasses gives [] if there are no observed classesJeremy Kemper2008-01-091-1/+1
* Ruby 1.9 compat: Class#subclasses is now protectedJeremy Kemper2007-12-221-1/+1
* Observers can observe model names as symbols properly now. Closes #9869 [qu...Rick Olson2007-10-141-1/+2
* Added the possibility of using symbols in addition to concrete classes with A...David Heinemeier Hansson2007-09-221-3/+5
* Deprecation: removed Reloadable.Jeremy Kemper2007-09-141-4/+0
* Allow sweepers to be created solely for expiring after controller actions, no...David Heinemeier Hansson2007-06-261-3/+7
* Add an attribute reader method for ActiveRecord::Base.observers [Rick Olson]Rick Olson2006-09-301-0/+8
* Remove ActiveRecord::Base.reset since Dispatcher doesn't use it anymore. [Ri...Rick Olson2006-08-091-9/+1
* New dependencies implementationNicholas Seckar2006-08-081-1/+1
* Refactor ActiveRecord::Base.reset_subclasses to #reset, and add global observ...Rick Olson2006-08-061-2/+16
* r4738@asus: jeremy | 2006-06-29 20:18:43 -0700Jeremy Kemper2006-06-301-30/+56
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-291-2/+1
* More docs for observers (closes #3996) [Robby Russel]David Heinemeier Hansson2006-03-021-1/+21
* Just go with Subclasses instead of OnlySubclassesDavid Heinemeier Hansson2006-02-041-1/+1
* Add Reloadable::OnlySubclasses which handles the common case where a base cla...Nicholas Seckar2006-02-021-5/+2
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-0/+7
* Update documentation for observers to reflect new configuration system.Marcel Molina2005-10-271-3/+4
* Use assignment instead of callDavid Heinemeier Hansson2005-09-251-3/+1
* Use assignment instead of callDavid Heinemeier Hansson2005-09-251-6/+5
* Added new symbol-driven approach to activating observers with Base#observer [...David Heinemeier Hansson2005-09-251-1/+32