Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Sat, 18 May 2013 13:20:35 GMT
git log -1
commit 056acbd0c6ff931c404907153729fd66ffb89c7f    
Merge: dcff874 2dbb346
Author: Rafael Mendonça França <rafaelmfranca@gmail.com>
Date:   Sat May 18 05:58:57 2013 -0700

    
    Merge pull request #10676 from tkhr/add-test-to-counter_cache_test.rb
    
    Add test to counter cache test.rb
rake about
About your application's environment
Ruby version              2.0.0 (x86_64-linux)
RubyGems version          2.0.3
Rack version              1.5
Rails version             4.1.0.beta
JavaScript Runtime        Node.js (V8)
Active Record version     4.1.0.beta
Action Pack version       4.1.0.beta
Action Mailer version     4.1.0.beta
Active Support version    4.1.0.beta
Middleware                ActionDispatch::Static, Rack::Lock, #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x0000000229d540>, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::DebugExceptions, ActionDispatch::RemoteIp, ActionDispatch::Reloader, ActionDispatch::Callbacks, ActiveRecord::Migration::CheckPending, ActiveRecord::ConnectionAdapters::ConnectionManagement, ActiveRecord::QueryCache, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, ActionDispatch::ParamsParser, Rack::Head, Rack::ConditionalGet, Rack::ETag, Warden::Manager
Application root          /home/rubys/git/awdwr/edition4/work/depot
Environment               development
Database adapter          sqlite3
Database schema version   20130518000010
bundle show
Gems included by the bundle:
  * actionmailer (4.1.0.beta)
  * actionpack (4.1.0.beta)
  * activemodel (4.1.0.beta)
  * activerecord (4.1.0.beta)
  * activerecord-deprecated_finders (1.0.2)
  * activesupport (4.1.0.beta)
  * arel (4.0.0.20130418133826 5b1d2d8)
  * atomic (1.1.9)
  * builder (3.1.4)
  * bundler (1.3.5)
  * coffee-rails (4.0.0 cbc4a6f)
  * coffee-script (2.2.0)
  * coffee-script-source (1.6.2)
  * erubis (2.7.0)
  * execjs (1.4.0)
  * hike (1.2.2)
  * i18n (0.6.4)
  * jbuilder (1.4.1)
  * jquery-rails (2.2.1)
  * json (1.8.0)
  * mail (2.5.4)
  * mime-types (1.23)
  * minitest (5.0.1)
  * multi_json (1.7.3)
  * polyglot (0.3.3)
  * rack (1.5.2)
  * rack-test (0.6.2)
  * rails (4.1.0.beta 056acbd)
  * railties (4.1.0.beta)
  * rake (10.0.4)
  * rdoc (3.12.2)
  * sass (3.2.9)
  * sass-rails (4.0.0.rc1 3379941)
  * sdoc (0.3.20)
  * sprockets (2.9.3)
  * sprockets-rails (2.0.0.rc4 733fedf)
  * sqlite3 (1.3.7)
  * thor (0.18.1)
  * thread_safe (0.1.0)
  * tilt (1.4.1)
  * treetop (1.4.12)
  * turbolinks (1.1.1)
  * tzinfo (0.3.37)
  * uglifier (2.1.1)
gem -v
2.0.3
/home/rubys/.rvm/rubies/ruby-2.0.0-p195/bin/ruby -v
ruby 2.0.0p195 (2013-05-14 revision 40734) [x86_64-linux]
rvm -v
rvm 1.20.10 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
node -v
v0.2.6
echo $PATH
/home/rubys/.rvm/gems/ruby-2.0.0-p195/bin
/home/rubys/.rvm/gems/ruby-2.0.0-p195@global/bin
/home/rubys/.rvm/rubies/ruby-2.0.0-p195/bin
/home/rubys/.rvm/bin
/home/rubys/autoconf/bin
/usr/bin
/bin
/usr/local/bin
lsb_release -irc
Distributor ID:	Ubuntu
Release:	10.04
Codename:	lucid
uname -srm
Linux 2.6.32-46-generic x86_64

Todos