Agile Web Development with Rails, Edition 4

Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Sun, 12 Feb 2012 17:38:07 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 (4.0.0.beta)
  * actionpack (4.0.0.beta)
  * activemodel (4.0.0.beta)
  * activerecord (4.0.0.beta)
  * activeresource (4.0.0.beta)
  * activesupport (4.0.0.beta)
  * arel (3.0.0.20120112113618 eebf5d7)
  * builder (3.0.0)
  * bundler (1.0.21)
  * coffee-rails (3.2.0 6b4034a)
  * 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 (4.0.0.beta 815e445)
  * railties (4.0.0.beta)
  * rake (0.9.2.2)
  * rdoc (3.12)
  * sass (3.1.15)
  * sass-rails (4.0.0.beta 922b199)
  * sprockets (2.2.0)
  * 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             4.0.0.beta
JavaScript Runtime        Node.js (V8)
Active Record version     4.0.0.beta
Action Pack version       4.0.0.beta
Active Resource version   4.0.0.beta
Action Mailer version     4.0.0.beta
Active Support version    4.0.0.beta
Middleware                ActionDispatch::Static, Rack::Lock, #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x00000002d4fda8>, 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-40/depot
Environment               development
Database adapter          sqlite3
Database schema version   20110711000009
git log -1
commit 815e4453310858f9cfbccf4b41f943c9448aea07    
Merge: 8671802 33e37b8
Author: José Valim <jose.valim@plataformatec.com.br>
Date:   Sun Feb 12 03:20:24 2012 -0800

    
    Merge pull request #5015 from castlerock/revert_PR_5001_fix_isolated_test_run
    
    TO make build green Revert PR#5001 "removed unuseful require for reply as we are not using require model"

Todos