# HG changeset patch # User moriq@moriq.com # Date 1204656453 -32400 # Node ID ebbe8fce79fbe1c5d1c77cc826fc942f38b096db # Parent 233c1cbacd125e895c1d2c0c54cad504333eb975 fix root routes. --- a/config/routes.rb Wed Mar 05 01:21:23 2008 +0900 +++ b/config/routes.rb Wed Mar 05 03:47:33 2008 +0900 @@ -25,7 +25,7 @@ ActionController::Routing::Routes.draw d # end # You can have the root of your site routed with map.root -- just remember to delete public/index.html. - # map.root :controller => "welcome" + map.root :controller => "home" # See how all your routes lay out with "rake routes" --- a/public/index.html Wed Mar 05 01:21:23 2008 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,277 +0,0 @@ - - - - - Ruby on Rails: Welcome aboard - - - - - - -
- - -
- - - - -
-

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. - -
  3. -

    Use script/generate to create your models and controllers

    -

    To see all available options, run it without parameters.

    -
  4. - -
  5. -

    Set up a default route and remove or rename this file

    -

    Routes are set up in config/routes.rb.

    -
  6. -
-
-
- - -
- - \ No newline at end of file