This project is archived and is in readonly mode.

#3875 ✓committed
Henrik Nyh

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

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>

People watching this ticket

Attachments

Pages