This project is archived and is in readonly mode.

#4112 ✓hold
Tom Ward

[PATCH] The default rake task should be set in Rakefile not misc.rake

Reported by Tom Ward | March 5th, 2010 @ 02:06 PM | in 3.0.2

By specifying the default rake task (task :default => :test) in misc.rake, applications have no easy way to override it. Specifying a default in the application Rakefile will cause both tasks to run, not the new default.

To fix this annoyance, the default should be part of the generated Rakefile where it can be changed at will.

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Attachments

Tags

Pages