aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/lifecycle_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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