diff --git a/railties/html/images/rails.png b/railties/html/images/rails.png index b8441f182e06974083cf08f0acaf0e2fd612bd40..d5edc04e65f555e3ba4dcdaad39dc352e75b575e 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 84b7b57c914214ac646cfaf298bf0a1a69c74d99..e84c3593877f07feb2dc84075566e4859b31e3aa 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.

      +