This project is archived and is in readonly mode.
README mentions "script/server" etc, should be "rails server"
Reported by Henrik Nyh | February 6th, 2010 @ 07:30 AM
The README file that goes into generated apps mentions "script/server", "script/console", "script/dbconsole" and "script/generate". These commands don't work in Rails 3.
The attached patch changes them to "rails server" etc.
There is a bunch more that could be done: there are mentions of "script/server" in other files, mostly in guides; there are two almost-but-not-quite-identical README files (railties/README, railties/lib/generators/rails/app/templates/README) that probably started out the same and drifted apart; the README is probably inaccurate in many respects.
I figure changing the broken "script/server" etc in the README can stand on its own, though. If I or someone else finds more time, they can work on the rest.
Comments and changes to this ticket
-
José Valim February 6th, 2010 @ 10:03 AM
- State changed from new to committed
- Assigned user set to José Valim
Applied to docrails. http://github.com/lifo/docrails, ask access to Pratik (lifo) if you want access to the repo as well! Thanks!
-
Henrik Nyh February 6th, 2010 @ 10:04 AM
Oh yeah, forgot about docrails. I think I have access, actually. Thanks!
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>