Welcome aboard
You’re riding the Rails!
About your application’s environment
Ruby version | 1.8.4 (i386-mswin32) |
RubyGems version | 0.8.11 |
Rails version | 1.1.0 |
Active Record version | 1.14.0 |
Action Pack version | 1.12.0 |
Action Web Service version | 1.1.0 |
Action Mailer version | 1.2.0 |
Active Support version | 1.3.0 |
Application root | Y:/Ruby/ruby-mine/rails-1.1/emptyapp |
Environment | development |
Database adapter | mysql |
Getting started
Here’s how to get rolling:
-
Create your databases and edit config/database.yml
Rails needs to know your login and password.
-
Use script/generate to create your models and controllers
To see all available options, run it without parameters.
-
Set up a default route and remove or rename this file
Routes are setup in config/routes.rb.