From 139d6144de660b65c887ef183f5c9200578ed43d Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Wed, 23 Nov 2011 21:42:39 +0100 Subject: [PATCH] Remove favicon and public/index.html --- public/favicon.ico | 0 public/index.html | 241 --------------------------------------------- 2 files changed, 241 deletions(-) delete mode 100644 public/favicon.ico delete mode 100644 public/index.html diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 9d9811a..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. -
-
-
- - -
- -