aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/repair_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Changed ActiveRecord to use new callbacks and speed up observers by only ↵José Valim2009-09-081-46/+0
| | | | | | notifying events that are actually being consumed. Signed-off-by: Joshua Peek <josh@joshpeek.com>
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ↵Joshua Peek2009-05-281-1/+1
| | | | "included" block DSL into separate modules. But, unify both approaches under AS::Concern.
* Use DependencyModule for included hooks in ActiveRecordBryan Helmkamp2009-05-111-5/+1
|
* Add repair_helper.rb file I forgot in previous commit 8a92cdPratik Naik2008-12-191-0/+50