aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/test_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add test parallelization to Railseileencodes2018-02-151-0/+5
* Remove unnecessary migration deletionyuuji.yaginuma2017-11-081-5/+0
* `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-061-0/+5
* Run in-app rails commands via fork+load where possibleMatthew Draper2017-09-041-8/+8
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Set proper assertion to be sure the test failedbogdanvlviv2017-05-021-1/+1
* New minitest 'assert false' messagePavel Valena2017-04-261-1/+1
* Merge pull request #26515 from grosser/grosser/after_runArthur Nogueira Neves2016-09-231-1/+33
|\
| * support minitest after_run for parity to regular minitestMichael Grosser2016-09-161-0/+18
| * improve test coverageMichael Grosser2016-09-161-2/+16
* | improve error message when include assertions failMichael Grosser2016-09-161-2/+2
|/
* applies new string literal convention in railties/testXavier Noria2016-08-061-39/+39
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+0
* 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