From 827b529459c652f21a0122090393209446567b37 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 29 Mar 2008 18:37:14 +0000 Subject: 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 --- railties/html/images/rails.png | Bin 1787 -> 6646 bytes railties/html/index.html | 15 ++++++--------- 2 files changed, 6 insertions(+), 9 deletions(-) (limited to 'railties/html') diff --git a/railties/html/images/rails.png b/railties/html/images/rails.png index b8441f182e..d5edc04e65 100644 Binary files a/railties/html/images/rails.png and b/railties/html/images/rails.png 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 @@ @@ -252,12 +249,7 @@

Getting started

Here’s how to get rolling:

-
    -
  1. -

    Create your databases and edit config/database.yml

    -

    Rails needs to know your login and password.

    -
  2. - +
    1. Use script/generate to create your models and controllers

      To see all available options, run it without parameters.

      @@ -267,6 +259,11 @@

      Set up a default route and remove or rename this file

      Routes are set up in config/routes.rb.

    2. + +
    3. +

      Create your database

      +

      Run rake db:migrate to create your database. If you're not using SQLite (the default), edit config/database.yml with your username and password.

      +
    -- cgit v1.2.3