index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
observer.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
load active_support/core_ext/class/attribute in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Add documentation for ActiveRecord::Observer.
Katrina Owen
2012-07-13
1
-0
/
+6
*
Allow ActiveRecord observers to be disabled.
Myron Marston
2011-08-12
1
-1
/
+1
*
ActionMailer deliver method Documentation corrected Ticket #761
Ganesh Kumar
2011-05-21
1
-1
/
+1
*
fix yield not working from around filter of observers, fixes Github#329
Hemant Kumar
2011-05-07
1
-2
/
+2
*
Fix observer callbacks firing multiple times on descendant instances
Kamal Fariz Mahyuddin
2011-02-22
1
-1
/
+8
*
reuse the superclass methods for shorter codes
Aaron Patterson
2010-12-09
1
-7
/
+3
*
just use core methods
Aaron Patterson
2010-12-09
1
-1
/
+1
*
Simplifies observer implementation [#6065 state:resolved]
Robert Pankowecki (Gavdi)
2010-12-09
1
-26
/
+4
*
lifecycle should be two words, life cycle
Jaime Iniesta
2010-08-26
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
Removing most of the symbol to proc usage in Active Record
Prem Sichanugrist
2010-08-13
1
-1
/
+1
*
ensuring that description does not exceed 100 columns
Neeraj Singh
2010-08-02
1
-2
/
+2
*
Fixed many references to the old config/environment.rb and Rails::Initializer
Benjamin Quorning
2010-07-13
1
-1
/
+1
*
Define a convention for descendants and subclasses.
José Valim
2010-07-05
1
-3
/
+3
*
Merge remote branch 'rails/master'
Xavier Noria
2010-06-20
1
-1
/
+2
|
\
|
*
ActiveRecord and ActionPack now use the new descendants implementation.
José Valim
2010-06-19
1
-1
/
+2
*
|
Adds title and minor changes.
Rizwan Reza
2010-06-16
1
-0
/
+2
|
/
*
class_attribute is not a direct replacement of class_inheritable_*.
José Valim
2010-06-10
1
-2
/
+6
*
improve how ActiveRecord::Observer defines callbacks on observed models
Mislav Marohnić
2010-04-16
1
-7
/
+19
*
Convert to class_attribute
Jeremy Kemper
2010-02-01
1
-3
/
+6
*
Changed ActiveRecord to use new callbacks and speed up observers by only noti...
José Valim
2009-09-08
1
-5
/
+15
*
Integrate ActiveModel::Observing into ActiveRecord
Joshua Peek
2009-06-10
1
-91
/
+4
*
Break up DependencyModule's dual function of providing a "depend_on" DSL and ...
Joshua Peek
2009-05-28
1
-1
/
+1
*
Use DependencyModule for included hooks in ActiveRecord
Bryan Helmkamp
2009-05-11
1
-3
/
+1
*
Make observers define #after_find in the model only if needed.
George Ogata
2008-07-26
1
-0
/
+3
*
Observers not longer add an after_find method to the observed class.
Stefan Kaes
2008-07-15
1
-5
/
+4
*
Fix observers that use after_find. [#375 state:resolved]
George Ogata
2008-06-17
1
-1
/
+1
*
Merge docrails.
Pratik Naik
2008-05-25
1
-2
/
+2
*
Fix observed_class. References #11099.
Jeremy Kemper
2008-02-17
1
-1
/
+1
*
Add test for Observer#observer_class and change the implementation slightly. ...
Michael Koziarski
2008-02-15
1
-3
/
+3
*
Reshuffle load order so that routes and observers are initialized after plugi...
Rick Olson
2008-02-02
1
-0
/
+14
*
observed_subclasses gives [] if there are no observed classes
Jeremy Kemper
2008-01-09
1
-1
/
+1
*
Ruby 1.9 compat: Class#subclasses is now protected
Jeremy Kemper
2007-12-22
1
-1
/
+1
*
Observers can observe model names as symbols properly now. Closes #9869 [qu...
Rick Olson
2007-10-14
1
-1
/
+2
*
Added the possibility of using symbols in addition to concrete classes with A...
David Heinemeier Hansson
2007-09-22
1
-3
/
+5
*
Deprecation: removed Reloadable.
Jeremy Kemper
2007-09-14
1
-4
/
+0
*
Allow sweepers to be created solely for expiring after controller actions, no...
David Heinemeier Hansson
2007-06-26
1
-3
/
+7
*
Add an attribute reader method for ActiveRecord::Base.observers [Rick Olson]
Rick Olson
2006-09-30
1
-0
/
+8
*
Remove ActiveRecord::Base.reset since Dispatcher doesn't use it anymore. [Ri...
Rick Olson
2006-08-09
1
-9
/
+1
*
New dependencies implementation
Nicholas Seckar
2006-08-08
1
-1
/
+1
*
Refactor ActiveRecord::Base.reset_subclasses to #reset, and add global observ...
Rick Olson
2006-08-06
1
-2
/
+16
*
r4738@asus: jeremy | 2006-06-29 20:18:43 -0700
Jeremy Kemper
2006-06-30
1
-30
/
+56
*
Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...
Marcel Molina
2006-04-29
1
-2
/
+1
*
More docs for observers (closes #3996) [Robby Russel]
David Heinemeier Hansson
2006-03-02
1
-1
/
+21
*
Just go with Subclasses instead of OnlySubclasses
David Heinemeier Hansson
2006-02-04
1
-1
/
+1
*
Add Reloadable::OnlySubclasses which handles the common case where a base cla...
Nicholas Seckar
2006-02-02
1
-5
/
+2
*
Added reusable reloading support through the inclusion of the Relodable modul...
David Heinemeier Hansson
2006-01-29
1
-0
/
+7
*
Update documentation for observers to reflect new configuration system.
Marcel Molina
2005-10-27
1
-3
/
+4
*
Use assignment instead of call
David Heinemeier Hansson
2005-09-25
1
-3
/
+1
[next]