mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Removed information about creating database[ci skip]
- As default index page is no longer in public folder, rails hits the welcome controller in railties for index action - If the database is not created or username and password are incorrect in database.yml, those errors are first shown before index action succeeds - welcome#index succeeds iff the database is created with correct details in database.yml - So this information about creating database is not required in the index template
This commit is contained in:
parent
eda66d89c7
commit
e33defcec8
1 changed files with 2 additions and 2 deletions
|
@ -232,8 +232,8 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<h2>Create your database</h2>
|
||||
<p>Run <code>rake db:create</code> to create your database. If you're not using SQLite (the default), edit <span class="filename">config/database.yml</span> with your username and password.</p>
|
||||
<h2>Configure your database</h2>
|
||||
<p>If you're not using SQLite (the default), edit <span class="filename">config/database.yml</span> with your username and password.</p>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue