aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/tasks/testing.rake
Commit message (Expand)AuthorAgeFilesLines
* Add helper test generators [#1199 state:resolved]Eugene Bolshakov2008-11-171-4/+4
* Make rake test:uncommitted work with Git.Tim Pope2008-07-021-4/+10
* Use test/performance/test_helper to do test setup then boost log level and tu...Jeremy Kemper2008-06-151-2/+2
* Performance: integration test benchmarking and profiling. [Jeremy Kemper]Jeremy Kemper2008-06-141-0/+15
* Tidy up description for the rake test task. Closes #10598 [akaspick]Michael Koziarski2008-01-201-1/+1
* Ruby 1.9 compatibility. References #1689.Jeremy Kemper2007-12-171-2/+2
* rake test aborts if tests failed. Closes #9962 [Jason Roelofs]Jeremy Kemper2007-10-231-1/+1
* Axe excess backtracery.Jeremy Kemper2007-10-071-6/+4
* Don't raise superfluous exception on test failure.Jeremy Kemper2007-09-111-6/+6
* Windows: include MinGW in RUBY_PLATFORM check. Closes #2982.Jeremy Kemper2007-03-061-1/+1
* Stop swallowing errors during rake test [Koz]Michael Koziarski2007-02-201-7/+10
* Plugins may be symlinked in vendor/plugins. Closes #4245.Jeremy Kemper2007-02-011-2/+2
* Fixed test:uncommitted on Windows (backslash issue) (closes #4999) [paul@paul...David Heinemeier Hansson2006-10-091-2/+2
* Proper description syntax for test tasks (closes #5308)David Heinemeier Hansson2006-09-051-6/+6
* rake test:recent understands subdirectories. Closes #2925.Jeremy Kemper2006-05-121-5/+20
* Testing of uncommited should test controllers too (closes #4265) [technomancy...David Heinemeier Hansson2006-03-181-4/+9
* Delay rake:uncommitted's execution of `svn status`Nicholas Seckar2006-03-131-5/+7
* We need to silence_stderr on the call to svn in order not to get errors when ...David Heinemeier Hansson2006-03-041-3/+15
* Added test:uncommitted to test changes since last checkin to Subversion (clos...David Heinemeier Hansson2006-03-021-1/+12
* Add integration test support to app generation and testingJamis Buck2006-02-281-1/+13
* Include functionals in default test runDavid Heinemeier Hansson2006-02-271-1/+1
* Added namespaces to all tasks, so for example load_fixtures is now db:fixture...David Heinemeier Hansson2006-02-271-32/+42
* Add Rakefile to plugin generator. Let test_plugins rake task look deeper int...Jeremy Kemper2005-10-281-4/+4
* Added test_plugins task: Run the plugin tests in vendor/plugins/**/test (or s...David Heinemeier Hansson2005-10-281-0/+13
* Cleaned it up a bit.. Dependencies can be declared inlineDavid Heinemeier Hansson2005-10-131-8/+5
* Support using different database adapters for development and test with Activ...Sam Stephenson2005-10-131-4/+4
* Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ...David Heinemeier Hansson2005-09-031-0/+40