About your application’s environment

Ruby version1.8.4 (i386-mswin32)
RubyGems version0.8.11
Rails version1.1.0
Active Record version1.14.0
Action Pack version1.12.0
Action Web Service version1.1.0
Action Mailer version1.2.0
Active Support version1.3.0
Application rootY:/Ruby/ruby-mine/rails-1.1/emptyapp
Environmentdevelopment
Database adaptermysql

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. Use script/generate to create your models and controllers

    To see all available options, run it without parameters.

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

    Routes are setup in config/routes.rb.