aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/test_unit/testing.rake
Commit message (Expand)AuthorAgeFilesLines
* Add `rails test:channels`.bogdanvlviv2019-01-161-1/+1
* Add Rake task for testing mailboxesGeorge Claghorn2018-12-301-1/+1
* [Railties] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* * Don't eagerly require Rails' minitest plugin.Kasper Timm Hansen2017-07-101-8/+8
* [Railties] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Update system test runner docseileencodes2017-05-141-0/+1
* Avoid running system tests by defaultRobin Dupret2017-03-051-5/+5
* Add generators and ability to run system testseileencodes2017-02-201-0/+5
* revises most Lint/EndAlignment offensesXavier Noria2016-08-071-3/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* modernizes hash syntax in railtiesXavier Noria2016-08-061-5/+5
* applies new string literal convention in railties/libXavier Noria2016-08-061-5/+5
* bring back `TEST` env for `rake test`.Yves Senn2016-01-121-1/+6
* modify to pass the correct argument to the test runner from rakeyuuji.yaginuma2015-09-081-5/+5
* Improve test runner's Minitest integration.Kasper Timm Hansen2015-06-041-7/+8
* Fix test rake when passing multiple argumentsArthur Neves2015-03-191-2/+2
* Use Rails::TestRunner on rake testArthur Neves2015-03-181-16/+17
* Remove deprecated `test:all` and `test:all:db` tasksRafael Mendonça França2015-01-041-23/+0
* docs, AR no longer makes use of `test:prepare`. [ci skip]Yves Senn2014-11-281-1/+2
* Simplify rake test vs rake test:allDavid Geukers2014-11-101-3/+20
* Add `test:jobs` taskyuuji.yaginuma2014-09-151-3/+3
* rbconfig is not used in these filesArun Agrawal2013-12-261-1/+0
* Update testing.rake with more accurate description of test task.Josef Šimánek2013-10-291-1/+1
* Added generated unit test for generator generator and new test:generators rak...Josef Šimánek2013-07-161-1/+5
* Removed unused deprecation requires.Paul Nikitochkin2013-07-031-1/+0
* Making the rake file for tests easier to read.wangjohn2013-06-251-12/+1
* Removing deprecation message and silencing method.wangjohn2013-06-261-18/+0
* Removing deprecated rake tasks.wangjohn2013-06-241-62/+0
* Refactoring the creation of TestTasks to remove code duplication.wangjohn2013-05-021-18/+4
* remove unused variablesVipul A M2013-04-061-1/+0
* extract test info from the command line and set up the test taskAaron Patterson2013-04-051-4/+6
* Update Rake tasks to call `rails test` insteadPrem Sichanugrist2013-04-051-7/+10
* Merge branch 'master' into railstestAaron Patterson2013-04-051-0/+4
|\
* | check pending migrations against the test dbAaron Patterson2013-04-031-15/+1
* | a test file can be provided to rake, e.g.:Aaron Patterson2013-04-031-1/+10
* | switch to Rails::TestTaskAaron Patterson2013-04-031-24/+11
* | Revert "Update Rake tasks to call `rails test` instead"Aaron Patterson2013-04-031-28/+52
* | Revert "Warning removed unused variable task_name"Aaron Patterson2013-04-031-0/+1
|/
* Warning removed unused variable task_nameArun Agrawal2013-03-151-1/+0
* Update Rake tasks to call `rails test` insteadPrem Sichanugrist2013-03-091-52/+28
* Added test:all and test:all:db tasks to speed up full test runs.Ryan Davis2013-02-041-0/+12
* remove performance tests from the default stackYves Senn2013-01-101-1/+1
* extract PerformanceTest into rails-performance_tests gemYves Senn2013-01-101-11/+0
* Rake test:uncommitted finds git directory in ancestors.Nicolas Despres2012-11-101-1/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-14/+14
* Update test locationsMike Moore2012-10-091-6/+30
* Revert "Use flat_map { } instead of map {}.flatten"Santiago Pastorino2012-10-051-2/+2
* Use flat_map { } instead of map {}.flattenSantiago Pastorino2012-10-051-2/+2
* ignore .gitignore'd files in rake test:uncomittedAkira Matsuda2012-06-121-1/+1