aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/tasks/testing.rake
Commit message (Expand)AuthorAgeFilesLines
* 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