About your application’s environment

Ruby version1.9.3 (i686-linux)
RubyGems version1.8.15
Rack version1.4
Rails version3.2.1
JavaScript RuntimeNode.js (V8)
Active Record version3.2.1
Action Pack version3.2.1
Active Resource version3.2.1
Action Mailer version3.2.1
Active Support version3.2.1
Middleware
  • ActionDispatch::Static
  • Rack::Lock
  • #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x90d0b70>
  • Rack::Runtime
  • Rack::MethodOverride
  • ActionDispatch::RequestId
  • Rails::Rack::Logger
  • ActionDispatch::ShowExceptions
  • ActionDispatch::DebugExceptions
  • ActionDispatch::RemoteIp
  • ActionDispatch::Reloader
  • ActionDispatch::Callbacks
  • ActiveRecord::ConnectionAdapters::ConnectionManagement
  • ActiveRecord::QueryCache
  • ActionDispatch::Cookies
  • ActionDispatch::Session::CookieStore
  • ActionDispatch::Flash
  • ActionDispatch::ParamsParser
  • ActionDispatch::Head
  • Rack::ConditionalGet
  • Rack::ETag
  • ActionDispatch::BestStandardsSupport
Application root/home/fred/rails_projects/ODQ
Environmentdevelopment
Database adapterpostgresql
Database schema version20120503135705

Getting started

Here’s how to get rolling:

  1. Use rails generate to create your models and controllers

    To see all available options, run it without parameters.

  2. Set up a default route and remove public/index.html

    Routes are set up in config/routes.rb.

  3. Create your database

    Run rake db:create to create your database. If you're not using SQLite (the default), edit config/database.yml with your username and password.