| Commit message (Expand) | Author | Age | Files | Lines |
* | [ci skip] Minor documentation fixes for consistency | Shailesh Kalamkar | 2019-03-09 | 1 | -1/+1 |
* | Add test parallelization to Rails | eileencodes | 2018-02-15 | 1 | -0/+5 |
* | Remove unnecessary migration deletion | yuuji.yaginuma | 2017-11-08 | 1 | -5/+0 |
* | `rails new` runs `rails active_storage:install` | bogdanvlviv | 2017-11-06 | 1 | -0/+5 |
* | Run in-app rails commands via fork+load where possible | Matthew Draper | 2017-09-04 | 1 | -8/+8 |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -0/+2 |
* | Set proper assertion to be sure the test failed | bogdanvlviv | 2017-05-02 | 1 | -1/+1 |
* | New minitest 'assert false' message | Pavel Valena | 2017-04-26 | 1 | -1/+1 |
* | Merge pull request #26515 from grosser/grosser/after_run | Arthur Nogueira Neves | 2016-09-23 | 1 | -1/+33 |
|\ |
|
| * | support minitest after_run for parity to regular minitest | Michael Grosser | 2016-09-16 | 1 | -0/+18 |
| * | improve test coverage | Michael Grosser | 2016-09-16 | 1 | -2/+16 |
* | | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 1 | -2/+2 |
|/ |
|
* | applies new string literal convention in railties/test | Xavier Noria | 2016-08-06 | 1 | -39/+39 |
* | Remove unused boot_rails method and it's usage | Prathamesh Sonpatki | 2016-07-04 | 1 | -1/+0 |
* | Be consistent in testing outputs from railties test and use /bin/rails everyw... | Vipul A M | 2016-01-24 | 1 | -1/+1 |
* | Improve test runner's Minitest integration. | Kasper Timm Hansen | 2015-06-04 | 1 | -2/+2 |
* | Remove `assigns` and `assert_template`. | Guo Xiang Tan | 2015-05-30 | 1 | -1/+1 |
* | run `test_test.rb` using the `bin/rails test`. | Yves Senn | 2015-03-18 | 1 | -17/+1 |
* | Show the right file when test raises | Arthur Neves | 2015-03-18 | 1 | -0/+1 |
* | bring back `db:test:prepare`. | Yves Senn | 2014-11-25 | 1 | -0/+92 |
* | tests, run `test_test.rb` with `RAILS_ENV=test`. | Yves Senn | 2014-11-25 | 1 | -1/+1 |
* | Revert "Revert "Merge pull request #15394 from morgoth/fix-automatic-maintain... | Yves Senn | 2014-08-06 | 1 | -1/+90 |
* | Revert "Merge pull request #15394 from morgoth/fix-automatic-maintaining-test... | Rafael Mendonça França | 2014-07-02 | 1 | -90/+1 |
* | Fixed automatic maintaining test schema to properly handle sql structure sche... | Wojciech Wnętrzak | 2014-06-12 | 1 | -2/+52 |
* | Added missing test case for migrations when using sql structure | Wojciech Wnętrzak | 2014-06-01 | 1 | -1/+40 |
* | Automatically maintain test database schema | Jon Leighton | 2014-01-02 | 1 | -1/+46 |
* | BACKTRACE environment variable to show unfiltered backtraces. | Yves Senn | 2013-11-04 | 1 | -5/+34 |
* | remove performance tests from the default stack | Yves Senn | 2013-01-10 | 1 | -25/+0 |
* | convert railties to use AS::TestCase | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
* | Test::Unit::Util::BacktraceFilter not available in ruby19 test/unit | Vishnu Atrai | 2011-12-26 | 1 | -17/+0 |
* | `run_test` method conflicts with newer minitest, so change the name | Aaron Patterson | 2011-11-30 | 1 | -5/+5 |
* | Solve the RAILS_ENV problem in the railties tests in a more generic way | Jon Leighton | 2011-06-06 | 1 | -0/+4 |
* | add tests for performance test | Jan Xie | 2011-05-05 | 1 | -0/+25 |
* | Remove deprecated stuff in ActionController | Carlos Antonio da Silva | 2010-09-26 | 1 | -1/+1 |
* | Check if Test::Unit is defined before adding backtrace filter. | José Valim | 2010-02-07 | 1 | -0/+17 |
* | assert_template depends on AV::Template monkey patches in action_view/test_case | Joshua Peek | 2010-01-05 | 1 | -0/+25 |
* | Smoke test for test_help | Joshua Peek | 2010-01-04 | 1 | -0/+38 |