Welcome aboard
You’re riding Ruby on Rails!
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.