-
-
-
-
- Welcome aboard
-You’re riding Ruby on Rails!
-
-
- Getting started
-Here’s how to get rolling:
- --
-
-
-
Use
-rails generate
to create your models and controllersTo see all available options, run it without parameters.
-
-
- -
-
Set up a default route and remove or rename this file
-Routes are set up in config/routes.rb.
-
-
- -
-
Create your database
-Run
-rake db:migrate
to create your database. If you're not using SQLite (the default), editconfig/database.yml
with your username and password.
-