aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* Autoload AS test caseJoshua Peek2010-01-041-2/+0
* Show executed queries when assert_sql assertion fails [#2573 state:resolved]Emilio Tagua2009-04-281-1/+1
* DRY with_kcode in Active Record testsPratik Naik2009-03-071-0/+13
* Add support for nested object forms to ActiveRecord and the helpers in Action...Eloy Duran2009-02-011-0/+1
* Remove SQL Server cases from tests for latest adapter work to pass rails expe...Ken Collins2008-11-191-4/+2
* Remove superfluous requireJeremy Kemper2008-11-131-1/+0
* Move fixtures settings from AR::TestCase to railties test_helpJeremy Kemper2008-11-121-11/+1
* Remove fixtures from Test::Unit::TestCase. Mix in AR::TestFixtures instead.Jeremy Kemper2008-11-071-0/+3
* Default connection allow_concurrency to false (for PostgreSQL)Nick Sieger2008-09-041-0/+15
* Print the queries that were executed if assert_queries failsTarmo Tänav2008-08-261-1/+1
* Add assert_sql helper method to check for specific SQL output in Active Recor...Gabe da Silveira2008-07-141-2/+13
* Add options missing from earlier changesetMichael Koziarski2008-01-221-2/+3
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-0/+35