From e1f8d98168af9e48ad62d43143d74cf6ccf982cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Huascar=20O=C3=B1a?= Date: Thu, 7 Feb 2013 19:27:37 -0600 Subject: [PATCH] Deleted public/index --- public/index.html | 241 ---------------------------------------------- 1 file changed, 241 deletions(-) delete mode 100644 public/index.html diff --git a/public/index.html b/public/index.html deleted file mode 100644 index a1d5099..0000000 --- a/public/index.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - Ruby on Rails: Welcome aboard - - - - -
- - -
- - - - -
-

Getting started

-

Here’s how to get rolling:

- -
    -
  1. -

    Use rails generate to create your models and controllers

    -

    To see all available options, run it without parameters.

    -
  2. - -
  3. -

    Set up a default route and remove public/index.html

    -

    Routes are set up in config/routes.rb.

    -
  4. - -
  5. -

    Create your database

    -

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

    -
  6. -
-
-
- - -
- -