Welcome aboard
You’re riding Ruby on Rails!
About your application’s environment
| Ruby version | 1.9.3 (i686-linux) |
| RubyGems version | 1.8.15 |
| Rack version | 1.4 |
| Rails version | 3.2.1 |
| JavaScript Runtime | Node.js (V8) |
| Active Record version | 3.2.1 |
| Action Pack version | 3.2.1 |
| Active Resource version | 3.2.1 |
| Action Mailer version | 3.2.1 |
| Active Support version | 3.2.1 |
| Middleware |
|
| Application root | /home/fred/rails_projects/ODQ |
| Environment | development |
| Database adapter | postgresql |
| Database schema version | 20120503135705 |
Getting started
Here’s how to get rolling:
-
Use
rails generateto create your models and controllersTo see all available options, run it without parameters.
-
Set up a default route and remove public/index.html
Routes are set up in config/routes.rb.
-
Create your database
Run
rake db:createto create your database. If you're not using SQLite (the default), edit config/database.yml with your username and password.