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
/
test
/
cases
/
lifecycle_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build fix for observed_classes
Arun Agrawal
2012-04-30
1
-1
/
+1
*
Allow ActiveRecord observers to be disabled.
Myron Marston
2011-08-12
1
-0
/
+12
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
fix yield not working from around filter of observers, fixes Github#329
Hemant Kumar
2011-05-07
1
-0
/
+25
*
observers leak across tests, so rather than modify the object, we should just...
Aaron Patterson
2011-02-23
1
-6
/
+12
*
Fix observer callbacks firing multiple times on descendant instances
Kamal Fariz Mahyuddin
2011-02-22
1
-0
/
+14
*
Refactor configure_dependency_for_has_many to use AssociationCollection#delet...
Jon Leighton
2010-12-31
1
-3
/
+4
*
Simplifies observer implementation [#6065 state:resolved]
Robert Pankowecki (Gavdi)
2010-12-09
1
-0
/
+16
*
ActiveModel::Observing: stop using Observable Ruby module, re-implement `noti...
Mislav Marohnić
2010-04-16
1
-0
/
+20
*
merge callbacks_observers_test.rb into lifecycle_test.rb where other observer...
Mislav Marohnić
2010-04-16
1
-0
/
+34
*
Remove obsolete use case that was broken in AR::Observers
Evan Phoenix
2010-03-22
1
-40
/
+0
*
Refactor new callbacks and AR implementation.
José Valim
2009-09-08
1
-18
/
+0
*
Changed ActiveRecord to use new callbacks and speed up observers by only noti...
José Valim
2009-09-08
1
-13
/
+6
*
Added missing fixtures for tests which fail to run independently if run after...
Tarmo Tänav
2008-08-04
1
-1
/
+1
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
Make observers define #after_find in the model only if needed.
George Ogata
2008-07-26
1
-2
/
+30
*
Observers not longer add an after_find method to the observed class.
Stefan Kaes
2008-07-15
1
-2
/
+10
*
Fix observers that use after_find. [#375 state:resolved]
George Ogata
2008-06-17
1
-0
/
+17
*
Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]
Rick Olson
2008-03-24
1
-3
/
+3
*
Fix observed_class. References #11099.
Jeremy Kemper
2008-02-17
1
-6
/
+5
*
Add test for Observer#observer_class and change the implementation slightly. ...
Michael Koziarski
2008-02-15
1
-0
/
+4
*
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
Jeremy Kemper
2008-01-21
1
-2
/
+2
*
Fix paths
Jeremy Kemper
2008-01-18
1
-3
/
+3
*
Move tests to cases
Jeremy Kemper
2008-01-18
1
-0
/
+137