Skip to content

Commit

Permalink
Update welcome screen with revised instructions and removal of dead l…
Browse files Browse the repository at this point in the history
…inks

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9132 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Mar 29, 2008
1 parent 968e022 commit 827b529
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
Binary file modified railties/html/images/rails.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 6 additions & 9 deletions railties/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,7 @@ <h3>Join the community</h3>
<ul class="links">
<li><a href="http://www.rubyonrails.org/">Ruby on Rails</a></li>
<li><a href="http://weblog.rubyonrails.org/">Official weblog</a></li>
<li><a href="http://lists.rubyonrails.org/">Mailing lists</a></li>
<li><a href="http://wiki.rubyonrails.org/rails/pages/IRC">IRC channel</a></li>
<li><a href="http://wiki.rubyonrails.org/">Wiki</a></li>
<li><a href="http://dev.rubyonrails.org/">Bug tracker</a></li>
</ul>
</li>

Expand Down Expand Up @@ -252,12 +249,7 @@ <h3><a href="rails/info/properties" onclick="about(); return false">About your a
<h1>Getting started</h1>
<h2>Here&rsquo;s how to get rolling:</h2>

<ol>
<li>
<h2>Create your databases and edit <tt>config/database.yml</tt></h2>
<p>Rails needs to know your login and password.</p>
</li>

<ol>
<li>
<h2>Use <tt>script/generate</tt> to create your models and controllers</h2>
<p>To see all available options, run it without parameters.</p>
Expand All @@ -267,6 +259,11 @@ <h2>Use <tt>script/generate</tt> to create your models and controllers</h2>
<h2>Set up a default route and remove or rename this file</h2>
<p>Routes are set up in config/routes.rb.</p>
</li>

<li>
<h2>Create your database</h2>
<p>Run <tt>rake db:migrate</tt> to create your database. If you're not using SQLite (the default), edit <tt>config/database.yml</tt> with your username and password.</p>
</li>
</ol>
</div>
</div>
Expand Down

0 comments on commit 827b529

Please sign in to comment.