aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/test_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Merge pull request #15394 from morgoth/fix-automatic-maintain...Yves Senn2014-08-061-1/+90
* Revert "Merge pull request #15394 from morgoth/fix-automatic-maintaining-test...Rafael Mendonça França2014-07-021-90/+1
* Fixed automatic maintaining test schema to properly handle sql structure sche...Wojciech Wnętrzak2014-06-121-2/+52
* Added missing test case for migrations when using sql structureWojciech Wnętrzak2014-06-011-1/+40
* Automatically maintain test database schemaJon Leighton2014-01-021-1/+46
* BACKTRACE environment variable to show unfiltered backtraces.Yves Senn2013-11-041-5/+34
* remove performance tests from the default stackYves Senn2013-01-101-25/+0
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
* Test::Unit::Util::BacktraceFilter not available in ruby19 test/unitVishnu Atrai2011-12-261-17/+0
* `run_test` method conflicts with newer minitest, so change the nameAaron Patterson2011-11-301-5/+5
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-0/+4
* add tests for performance testJan Xie2011-05-051-0/+25
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-261-1/+1
* Check if Test::Unit is defined before adding backtrace filter.José Valim2010-02-071-0/+17
* assert_template depends on AV::Template monkey patches in action_view/test_caseJoshua Peek2010-01-051-0/+25
* Smoke test for test_helpJoshua Peek2010-01-041-0/+38