This project is archived and is in readonly mode.
Minor typo in index.html
Reported by Clemens Kofler | July 9th, 2008 @ 11:17 AM | in 2.x
Just today I recognized a typo looking at Rails' default index.html as provided by the Rails generator.
It says:
Run rake db:migrate to create your database.
It should say:
Run rake db:create to create your database.
I've attached the patch.
Comments and changes to this ticket
-
Pratik July 14th, 2008 @ 01:24 AM
- State changed from new to invalid
As the first step is asking users to use script/generate ( which in turn will generate migrations ), rake db:migrate would make more sense ( as it'll create the db AND run the migrations too ).
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>