aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/active_record_unit.rb
Commit message (Expand)AuthorAgeFilesLines
* Autoload AR test caseJoshua Peek2010-01-041-1/+0
* Hush loading AR unless it failsJoshua Peek2009-12-141-6/+2
* Merge abstract_controller/test_helper and new_base/test_helper since they are...Joshua Peek2009-09-131-0/+104
* Move active_record_unit to shared load pathJeremy Kemper2009-05-221-104/+0
* Test AR integration with jdbcsqlite3 adapter on jrubyJeremy Kemper2009-02-061-1/+2
* Update AR integration tests for TestCase changesJeremy Kemper2008-11-071-0/+2
* Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-3/+1
* Set precompiled fixture load path constant to speed up testsJoshua Peek2008-06-251-30/+28
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-051-1/+1
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-5/+2
* Pass busy timeout for sqlite3 integration tests.Jeremy Kemper2007-01-241-8/+9
* Remove dead abort_tests method.Jeremy Kemper2006-11-151-9/+0
* Fix failing test fallback when neither SQLite 2 or 3 is available.Jeremy Kemper2006-11-151-3/+3
* Filters overhaul including meantime filter support for around filters. Closes...Jeremy Kemper2006-09-221-0/+1
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-311-4/+4
* Clean up and run the Active Record integration tests by default. Closes #5854.Jeremy Kemper2006-08-221-28/+43
* Clean up and run the Active Record integration tests by default.Jeremy Kemper2006-08-221-28/+40
* * Fix pagination problems when using includeMichael Koziarski2006-02-091-0/+88