Welcome aboard
241 |You’re riding Ruby on Rails!
242 |About your application’s environment
246 | 247 |Getting started
251 |Here’s how to get rolling:
252 | 253 |-
254 |
-
255 |
Use script/generate to create your models and controllers
256 |To see all available options, run it without parameters.
257 |
258 |
259 | -
260 |
Set up a default route and remove or rename this file
261 |Routes are set up in config/routes.rb.
262 |
263 |
264 | -
265 |
Create your database
266 |Run rake db:migrate to create your database. If you're not using SQLite (the default), edit config/database.yml with your username and password.
267 |
268 |