| Commit message (Expand) | Author | Age | Files | Lines |
* | rbconfig is not used in these files | Arun Agrawal | 2013-12-26 | 1 | -1/+0 |
* | Update testing.rake with more accurate description of test task. | Josef Šimánek | 2013-10-29 | 1 | -1/+1 |
* | Added generated unit test for generator generator and new test:generators rak... | Josef Šimánek | 2013-07-16 | 1 | -1/+5 |
* | Removed unused deprecation requires. | Paul Nikitochkin | 2013-07-03 | 1 | -1/+0 |
* | Making the rake file for tests easier to read. | wangjohn | 2013-06-25 | 2 | -15/+45 |
* | Removing deprecation message and silencing method. | wangjohn | 2013-06-26 | 1 | -18/+0 |
* | Removing deprecated rake tasks. | wangjohn | 2013-06-24 | 1 | -62/+0 |
* | condition simplified | Oleg Sukhodolsky | 2013-05-28 | 1 | -1/+1 |
* | Fixes bug 10628. | Scott Hill | 2013-05-15 | 1 | -1/+1 |
* | Refactoring the creation of TestTasks to remove code duplication. | wangjohn | 2013-05-02 | 1 | -18/+4 |
* | Moved the check for the rails test environment into rails/test_unit so that you | wangjohn | 2013-04-23 | 1 | -0/+4 |
* | remove unused variables | Vipul A M | 2013-04-06 | 1 | -1/+0 |
* | rake test app/model/foo.rb and rake test models/foo works | Aaron Patterson | 2013-04-05 | 1 | -3/+23 |
* | extract test info from the command line and set up the test task | Aaron Patterson | 2013-04-05 | 1 | -4/+6 |
* | add a class for splitting up rake commands | Aaron Patterson | 2013-04-05 | 1 | -0/+35 |
* | Update Rake tasks to call `rails test` instead | Prem Sichanugrist | 2013-04-05 | 1 | -7/+10 |
* | Merge branch 'master' into railstest | Aaron Patterson | 2013-04-05 | 1 | -0/+4 |
|\ |
|
* | | check pending migrations against the test db | Aaron Patterson | 2013-04-03 | 1 | -15/+1 |
* | | a test file can be provided to rake, e.g.: | Aaron Patterson | 2013-04-03 | 1 | -1/+10 |
* | | switch to Rails::TestTask | Aaron Patterson | 2013-04-03 | 2 | -25/+34 |
* | | Revert "Update Rake tasks to call `rails test` instead" | Aaron Patterson | 2013-04-03 | 1 | -28/+52 |
* | | Revert "Warning removed unused variable task_name" | Aaron Patterson | 2013-04-03 | 1 | -0/+1 |
|/ |
|
* | Warning removed unused variable task_name | Arun Agrawal | 2013-03-15 | 1 | -1/+0 |
* | Update Rake tasks to call `rails test` instead | Prem Sichanugrist | 2013-03-09 | 1 | -52/+28 |
* | Added test:all and test:all:db tasks to speed up full test runs. | Ryan Davis | 2013-02-04 | 1 | -0/+12 |
* | remove performance tests from the default stack | Yves Senn | 2013-01-10 | 2 | -2/+1 |
* | extract PerformanceTest into rails-performance_tests gem | Yves Senn | 2013-01-10 | 1 | -11/+0 |
* | Rake test:uncommitted finds git directory in ancestors. | Nicolas Despres | 2012-11-10 | 1 | -1/+1 |
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 2 | -16/+16 |
* | Update test locations | Mike Moore | 2012-10-09 | 1 | -6/+30 |
* | Revert "Use flat_map { } instead of map {}.flatten" | Santiago Pastorino | 2012-10-05 | 1 | -2/+2 |
* | Use flat_map { } instead of map {}.flatten | Santiago Pastorino | 2012-10-05 | 1 | -2/+2 |
* | ignore .gitignore'd files in rake test:uncomitted | Akira Matsuda | 2012-06-12 | 1 | -1/+1 |
* | Fix that failed tests should exit with a nonzero error code. | Jeremy Kemper | 2012-02-07 | 2 | -31/+17 |
* | Rails::Plugin has gone | Santiago Pastorino | 2012-01-03 | 1 | -11/+1 |
* | Move SubTestTask. Soften up tests. | Jeremy Kemper | 2011-12-21 | 2 | -38/+37 |
* | Restore `rake TEST=test/unit/foo_test.rb` support. | Jeremy Kemper | 2011-12-21 | 1 | -1/+5 |
* | Rails::SubTestTask warns on test failure and moves on. Renamed from TestTaskW... | Jeremy Kemper | 2011-12-21 | 1 | -45/+38 |
* | Refactor test:uncommitted task. | Arun Agrawal | 2011-11-09 | 1 | -10/+3 |
* | Should be checking if file exists or not. | Arun Agrawal | 2011-11-08 | 1 | -3/+9 |
* | method redefined warning removed! | Arun Agrawal | 2011-10-29 | 1 | -0/+1 |
* | testing.rake should set the default task, closes #2564 | José Valim | 2011-10-07 | 1 | -0/+2 |
* | For svn files also spilt required | Arun Agrawal | 2011-07-23 | 1 | -1/+1 |
* | Spliting the ouput of git ls-files for running tasks Fixes #713 | Arun Agrawal | 2011-07-23 | 1 | -1/+1 |
* | Add test to rake test for error messages | Wen-Tien Chang | 2011-06-30 | 1 | -1/+5 |
* | Make "rake test" display not only task name but also exception message. | Wen-Tien Chang | 2011-06-29 | 1 | -2/+2 |
* | prevent rake test to run the test suite three times when ENV['TEST'] is set [... | David Calavera | 2010-10-10 | 1 | -1/+6 |
* | Added config.app_generators to allow configuring application's generators fro... | Piotr Sarnacki | 2010-09-30 | 1 | -1/+1 |
* | Config is deprecated on 1.8.8 and 1.9.3 use RbConfig | Santiago Pastorino | 2010-08-23 | 1 | -1/+2 |
* | Corrected the rake test:units and test:functionals description [#5251 state:c... | Prashant P. Shah | 2010-08-01 | 1 | -1/+1 |