From d452dde3eaec320ec9ce14349758e013e036a24a Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Wed, 27 Jul 2011 18:56:36 +0000 Subject: [PATCH] Remove public files: index.html and robots.txt --- public/index.html | 239 ---------------------------------------------- public/robots.txt | 5 - 2 files changed, 244 deletions(-) delete mode 100644 public/index.html delete mode 100644 public/robots.txt diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 75d5edd..0000000 --- a/public/index.html +++ /dev/null @@ -1,239 +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 or rename this file

    -

    Routes are set up in config/routes.rb.

    -
  4. - -
  5. -

    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.

    -
  6. -
-
-
- - -
- - diff --git a/public/robots.txt b/public/robots.txt deleted file mode 100644 index 085187f..0000000 --- a/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-Agent: * -# Disallow: /