This project is archived and is in readonly mode.
[PATCH] rake dev not working on master
Reported by Elomar França | September 26th, 2009 @ 02:48 PM | in 3.0.2
rake dev, the rake task that "generates a minimal Rails package using symlinks", is not working on master, due to path issues.
I think the issue may be related to this commit: http://github.com/rails/rails/commit/f0dd77c6be6a86fe384bb0015151e0...
I've attached a tiny patch that fixes this problem, but there should be a better way to do it.
Comments and changes to this ticket
-
Josh Sharpe September 26th, 2009 @ 04:57 PM
- Title changed from rake dev not working on master to [PATCH] rake dev not working on master
-
Pat Allan September 26th, 2009 @ 05:00 PM
- Tag changed from 3.0, bugmash, railties, rake, task to 3.0, bugmash, bugmash-review, railties, rake, task
-
Matías Flores September 27th, 2009 @ 04:53 AM
verified the path issue exists
+1 the patch applies cleanly and fixes it. Thanks! -
CancelProfileIsBroken September 27th, 2009 @ 12:11 PM
- Tag changed from 3.0, bugmash, bugmash-review, railties, rake, task to 3.0, bugmash-review, railties, rake, task
-
Rizwan Reza May 15th, 2010 @ 06:45 PM
- Tag changed from 3.0, bugmash-review, railties, rake, task to 3.0, bugmash, railties, rake, task
-
Rizwan Reza May 15th, 2010 @ 08:10 PM
- Milestone cleared.
- Tag changed from 3.0, bugmash, railties, rake, task to 3.0, railties, rake, task
- State changed from new to wontfix
There is no rake dev task anymore. The new way to generate apps:
/path_to_rails/bin/rails some_app --dev
-
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to Low
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>