aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/test_unit
Commit message (Expand)AuthorAgeFilesLines
* 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-102-2/+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-142-16/+16
* 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
* Fix that failed tests should exit with a nonzero error code.Jeremy Kemper2012-02-072-31/+17
* Rails::Plugin has goneSantiago Pastorino2012-01-031-11/+1
* Move SubTestTask. Soften up tests.Jeremy Kemper2011-12-212-38/+37
* Restore `rake TEST=test/unit/foo_test.rb` support.Jeremy Kemper2011-12-211-1/+5
* Rails::SubTestTask warns on test failure and moves on. Renamed from TestTaskW...Jeremy Kemper2011-12-211-45/+38
* Refactor test:uncommitted task.Arun Agrawal2011-11-091-10/+3
* Should be checking if file exists or not.Arun Agrawal2011-11-081-3/+9
* method redefined warning removed!Arun Agrawal2011-10-291-0/+1
* testing.rake should set the default task, closes #2564José Valim2011-10-071-0/+2
* For svn files also spilt requiredArun Agrawal2011-07-231-1/+1
* Spliting the ouput of git ls-files for running tasks Fixes #713Arun Agrawal2011-07-231-1/+1
* Add test to rake test for error messagesWen-Tien Chang2011-06-301-1/+5
* Make "rake test" display not only task name but also exception message.Wen-Tien Chang2011-06-291-2/+2
* prevent rake test to run the test suite three times when ENV['TEST'] is set [...David Calavera2010-10-101-1/+6
* Added config.app_generators to allow configuring application's generators fro...Piotr Sarnacki2010-09-301-1/+1
* Config is deprecated on 1.8.8 and 1.9.3 use RbConfigSantiago Pastorino2010-08-231-1/+2
* Corrected the rake test:units and test:functionals description [#5251 state:c...Prashant P. Shah2010-08-011-1/+1
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* Cut down even further on rake -T noiseDavid Heinemeier Hansson2010-06-091-13/+37
* Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved]Anil Wadghule2010-04-261-1/+1
* Ensure application rake tasks and generators are loaded after the ones specif...José Valim2010-04-261-0/+2
* Use correct RUBY_PLATFORM regex for Windows env [#4385 state:resolved]Anil Wadghule2010-04-131-1/+1
* db:test:prepare for tasks only if AR is loadedSantiago Pastorino2010-04-091-7/+11
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-2/+0
* Resolve test/unit load ordering by removing backtrace filter from boot initia...Jeremy Kemper2010-02-111-9/+1
* Check if Test::Unit is defined before adding backtrace filter.José Valim2010-02-071-1/+1
* Add backtrace cleaner on test unit railtie.José Valim2010-02-071-0/+8
* Only load testing tasks if test unit is being used.José Valim2010-01-292-2/+132
* Cleanup the test_unit generator move into the railtieCarl Lerche2010-01-281-1/+7
* Test::Unit Railtie Carlhuda2010-01-281-0/+11