Agile Web Development with Rails, Edition 4

Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Fri, 29 Jun 2012 16:40:45 GMT
echo $PATH
/home/rubys/.rvm/gems/ruby-1.8.7-p352/bin:/home/rubys/.rvm/gems/ruby-1.8.7-p352@global/bin:/home/rubys/.rvm/rubies/ruby-1.8.7-p352/bin:/home/rubys/.rvm/bin:/usr/local/bin:/usr/bin:/bin
node -v
v0.2.6
/home/rubys/.rvm/rubies/ruby-1.8.7-p352/bin/ruby -v
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
gem -v
1.8.21
bundle show
Gems included by the bundle:
  * abstract (1.0.0)
  * actionmailer (3.0.15)
  * actionpack (3.0.15)
  * activemodel (3.0.15)
  * activerecord (3.0.15)
  * activeresource (3.0.15)
  * activesupport (3.0.15)
  * arel (2.0.10)
  * builder (2.1.2)
  * bundler (1.1.3)
  * erubis (2.6.6)
  * i18n (0.5.0)
  * json (1.7.3)
  * mail (2.2.19)
  * mime-types (1.19)
  * polyglot (0.3.3)
  * rack (1.2.5)
  * rack-mount (0.6.14)
  * rack-test (0.5.7)
  * rails (3.0.15 def7543)
  * railties (3.0.15)
  * rake (0.9.2.2)
  * rdoc (3.12)
  * sqlite3 (1.3.6)
  * thor (0.14.6)
  * treetop (1.4.10)
  * tzinfo (0.3.33)
rake about
About your application's environment
Ruby version              1.8.7 (x86_64-linux)
RubyGems version          1.8.21
Rack version              1.2
Rails version             3.0.15
Active Record version     3.0.15
Action Pack version       3.0.15
Active Resource version   3.0.15
Action Mailer version     3.0.15
Active Support version    3.0.15
Middleware                ActionDispatch::Static, Rack::Lock, ActiveSupport::Cache::Strategy::LocalCache, Rack::Runtime, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::RemoteIp, Rack::Sendfile, ActionDispatch::Callbacks, ActiveRecord::ConnectionAdapters::ConnectionManagement, ActiveRecord::QueryCache, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, ActionDispatch::ParamsParser, Rack::MethodOverride, ActionDispatch::Head, ActionDispatch::BestStandardsSupport
Application root          /home/rubys/git/awdwr/edition4/work-30/depot
Environment               development
Database adapter          sqlite3
Database schema version   20110711000009
git log -1
commit def75432c9ead5e717fcd7797973b90fa22b3487    
Author: Aaron Patterson <aaron.patterson@gmail.com>
Date:   Tue Jun 12 20:05:46 2012 -0700

    
    3.0.15

Todos