From e64e5a17891bbf118db839623f4702523f799792 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Fri, 31 Dec 2010 20:29:07 -0800 Subject: [PATCH] accounts#index is the root --- config/routes.rb | 1 + public/index.html | 239 ---------------------------------------------- 2 files changed, 1 insertion(+), 239 deletions(-) delete mode 100644 public/index.html diff --git a/config/routes.rb b/config/routes.rb index 4f30dd2..e1d6f8e 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,3 +1,4 @@ Rubycommitters::Application.routes.draw do resources :accounts + root :to => 'accounts#index' end 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. -
-
-
- - -
- -