aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/lifecycle_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow ActiveRecord observers to be disabled.Myron Marston2011-08-121-0/+12
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* fix yield not working from around filter of observers, fixes Github#329Hemant Kumar2011-05-071-0/+25
* observers leak across tests, so rather than modify the object, we should just...Aaron Patterson2011-02-231-6/+12
* Fix observer callbacks firing multiple times on descendant instancesKamal Fariz Mahyuddin2011-02-221-0/+14
* Refactor configure_dependency_for_has_many to use AssociationCollection#delet...Jon Leighton2010-12-311-3/+4
* Simplifies observer implementation [#6065 state:resolved]Robert Pankowecki (Gavdi)2010-12-091-0/+16
* ActiveModel::Observing: stop using Observable Ruby module, re-implement `noti...Mislav Marohnić2010-04-161-0/+20
* merge callbacks_observers_test.rb into lifecycle_test.rb where other observer...Mislav Marohnić2010-04-161-0/+34
* Remove obsolete use case that was broken in AR::ObserversEvan Phoenix2010-03-221-40/+0
* Refactor new callbacks and AR implementation.José Valim2009-09-081-18/+0
* Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-081-13/+6
* Added missing fixtures for tests which fail to run independently if run after...Tarmo Tänav2008-08-041-1/+1
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Make observers define #after_find in the model only if needed.George Ogata2008-07-261-2/+30
* Observers not longer add an after_find method to the observed class.Stefan Kaes2008-07-151-2/+10
* Fix observers that use after_find. [#375 state:resolved]George Ogata2008-06-171-0/+17
* Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]Rick Olson2008-03-241-3/+3
* Fix observed_class. References #11099.Jeremy Kemper2008-02-171-6/+5
* Add test for Observer#observer_class and change the implementation slightly. ...Michael Koziarski2008-02-151-0/+4
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Fix pathsJeremy Kemper2008-01-181-3/+3
* Move tests to casesJeremy Kemper2008-01-181-0/+137