aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/test_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Be consistent in testing outputs from railties test and use /bin/rails everyw...Vipul A M2016-01-241-1/+1
* Improve test runner's Minitest integration.Kasper Timm Hansen2015-06-041-2/+2
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-1/+1
* run `test_test.rb` using the `bin/rails test`.Yves Senn2015-03-181-17/+1
* Show the right file when test raisesArthur Neves2015-03-181-0/+1
* bring back `db:test:prepare`.Yves Senn2014-11-251-0/+92
* tests, run `test_test.rb` with `RAILS_ENV=test`.Yves Senn2014-11-251-1/+1
* 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