Update welcome screen with revised instructions and removal of dead links

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9132 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 968e022f
railties/html/images/rails.png

1.7 KB | W: | H:

railties/html/images/rails.png

6.5 KB | W: | H:

railties/html/images/rails.png
railties/html/images/rails.png
railties/html/images/rails.png
railties/html/images/rails.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -219,10 +219,7 @@ ...@@ -219,10 +219,7 @@
<ul class="links"> <ul class="links">
<li><a href="http://www.rubyonrails.org/">Ruby on Rails</a></li> <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://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://wiki.rubyonrails.org/">Wiki</a></li>
<li><a href="http://dev.rubyonrails.org/">Bug tracker</a></li>
</ul> </ul>
</li> </li>
...@@ -252,12 +249,7 @@ ...@@ -252,12 +249,7 @@
<h1>Getting started</h1> <h1>Getting started</h1>
<h2>Here&rsquo;s how to get rolling:</h2> <h2>Here&rsquo;s how to get rolling:</h2>
<ol> <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>
<li> <li>
<h2>Use <tt>script/generate</tt> to create your models and controllers</h2> <h2>Use <tt>script/generate</tt> to create your models and controllers</h2>
<p>To see all available options, run it without parameters.</p> <p>To see all available options, run it without parameters.</p>
...@@ -267,6 +259,11 @@ ...@@ -267,6 +259,11 @@
<h2>Set up a default route and remove or rename this file</h2> <h2>Set up a default route and remove or rename this file</h2>
<p>Routes are set up in config/routes.rb.</p> <p>Routes are set up in config/routes.rb.</p>
</li> </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> </ol>
</div> </div>
</div> </div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册