This project is archived and is in readonly mode.
[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
-
Yehuda Katz (wycats) March 29th, 2010 @ 01:00 AM
- State changed from new to hold
- Assigned user set to Yehuda Katz (wycats)
- Milestone cleared.
Wouldn't this break existing applications?
-
Ken Earley February 3rd, 2011 @ 01:18 AM
I'm having an issue with this, as well. I would like to override default to run parallel_tests instead of the default tests.
I see that this is tagged 3.0.2 but 3.0.3 is already released. Any word on if this will be done?
Thanks,
Ken
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>