Agile Web Development with Rails, Edition 4

Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Sun, 12 Feb 2012 20:24:18 GMT
echo $PATH
/home/rubys/.rvm/gems/ruby-head-n34575/bin:/home/rubys/.rvm/gems/ruby-head-n34575@global/bin:/home/rubys/.rvm/rubies/ruby-head-n34575/bin:/home/rubys/.rvm/bin:/usr/bin:/bin:/usr/local/bin
node -v
v0.2.6
/home/rubys/.rvm/rubies/ruby-head-n34575/bin/ruby -v
ruby 2.0.0dev (2012-02-12 trunk 34575) [x86_64-linux]
gem -v
1.8.10
bundle show
Gems included by the bundle:
  * actionmailer (3.2.1)
  * actionpack (3.2.1)
  * activemodel (3.2.1)
  * activerecord (3.2.1)
  * activeresource (3.2.1)
  * activesupport (3.2.1)
  * arel (3.0.0.20120112113618 eebf5d7)
  * builder (3.0.0)
  * bundler (1.0.21)
  * coffee-rails (3.2.2 a6fcdf2)
  * coffee-script (2.2.0)
  * coffee-script-source (1.2.0)
  * erubis (2.7.0)
  * execjs (1.3.0)
  * hike (1.2.1)
  * i18n (0.6.0)
  * journey (1.0.1.20120208102204 38dd4ee)
  * jquery-rails (2.0.0)
  * json (1.6.5)
  * mail (2.4.1)
  * mime-types (1.17.2)
  * multi_json (1.0.4)
  * polyglot (0.3.3)
  * rack (1.4.1)
  * rack-cache (1.1)
  * rack-ssl (1.3.2)
  * rack-test (0.6.1)
  * rails (3.2.1 92acd5d)
  * railties (3.2.1)
  * rake (0.9.2.2)
  * rdoc (3.12)
  * sass (3.1.15)
  * sass-rails (3.2.4 571ba06)
  * sprockets (2.1.2)
  * sqlite3 (1.3.5)
  * thor (0.14.6)
  * tilt (1.3.3)
  * treetop (1.4.10)
  * tzinfo (0.3.31)
  * uglifier (1.2.3)
rake about
About your application's environment
Ruby version              2.0.0 (x86_64-linux)
RubyGems version          1.8.10
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                ActionDispatch::Static, Rack::Lock, #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x000000023d9f80>, 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/rubys/git/awdwr/edition4/work-200/depot
Environment               development
Database adapter          sqlite3
Database schema version   20110711000009
git log -1
commit 92acd5d0e7ea25cc829599c6d0d141d39933e59a    
Author: Jeremy Kemper <jeremy@bitsweat.net>
Date:   Tue Feb 7 10:40:07 2012 -0700

    
    Fix that failed tests should exit with a nonzero error code.
    
    Partially reverts 14c89e7285d4e7cd40a542fbc31d9345f60c3aa4.
    
    Hat tip to @tenderlove for paring down the TestTask!

Todos