aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-03-29 18:37:14 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-03-29 18:37:14 +0000
commit827b529459c652f21a0122090393209446567b37 (patch)
tree51274a9fd856758e9367f9b069fe75ed8b869a75 /railties
parent968e022fc686249704818a99378931c71804341e (diff)
downloadrails-827b529459c652f21a0122090393209446567b37.tar.gz
rails-827b529459c652f21a0122090393209446567b37.tar.bz2
rails-827b529459c652f21a0122090393209446567b37.zip
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
Diffstat (limited to 'railties')
-rw-r--r--railties/html/images/rails.pngbin1787 -> 6646 bytes
-rw-r--r--railties/html/index.html15
2 files changed, 6 insertions, 9 deletions
diff --git a/railties/html/images/rails.png b/railties/html/images/rails.png
index b8441f182e..d5edc04e65 100644
--- a/railties/html/images/rails.png
+++ b/railties/html/images/rails.png
Binary files differ
diff --git a/railties/html/index.html b/railties/html/index.html
index 84b7b57c91..e84c359387 100644
--- a/railties/html/index.html
+++ b/railties/html/index.html
@@ -219,10 +219,7 @@
<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>
@@ -252,12 +249,7 @@
<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>
@@ -267,6 +259,11 @@
<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>