From b4cf3f57390862d1db93d0d84123667e3ed3910a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 8 Dec 2005 03:41:11 +0000 Subject: Finish polish on new welcome screen git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3230 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/html/index.html | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/railties/html/index.html b/railties/html/index.html index 952ee4febb..f789df4bc7 100644 --- a/railties/html/index.html +++ b/railties/html/index.html @@ -197,7 +197,7 @@ window.onload = function() { $('search-text').value = ''; $('search').onsubmit = function() { - $('search-text').value = 'site:rubyonrails.com ' + $F('search-text'); + $('search-text').value = 'site:rubyonrails.org ' + $F('search-text'); } } @@ -209,7 +209,7 @@
  • @@ -217,23 +217,21 @@
  • Join the community

  • Browse the documentation

  • @@ -256,18 +254,18 @@
    1. -

      Create your databases and edit database.yml

      -

      Instructions here

      +

      Create your databases and edit config/database.yml

      +

      Rails needs to know your login and password.

    2. Use script/generate to create your models and controllers

      -

      Instructions here

      +

      To see all available options, run it without parameters.

    3. Set up a default route and remove or rename this file

      -

      Instructions here

      +

      Routes are setup in config/routes.rb.

    -- cgit v1.2.3