# HG changeset patch # User jittat # Date 2008-01-17 01:41:22 # Node ID 13e6672bec4dbdccf3ca3657b1423d0b4571450b # Parent 7ca7b874f4d4cc67ed0f378351acf41e2cab15bc change start page git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@8 6386c4cd-e34a-4fa8-8920-d93eb39b512e diff --git a/config/routes.rb b/config/routes.rb --- a/config/routes.rb +++ b/config/routes.rb @@ -11,7 +11,7 @@ # You can have the root of your site routed by hooking up '' # -- just remember to delete public/index.html. - # map.connect '', :controller => "welcome" + map.connect '', :controller => 'main' # Allow downloading Web Service WSDL as a file with an extension # instead of a file named 'wsdl' diff --git a/public/index.html b/public/index.html deleted file mode 100644 --- a/public/index.html +++ /dev/null @@ -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 setup in config/routes.rb.

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