Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Tue, 04 Feb 2014 19:54:52 GMT
git log -1
commit 5aeb472d990fef093a3d674bd20e4e9eb45ac962    
Author: Aaron Patterson <aaron.patterson@gmail.com>
Date:   Sat Nov 30 17:02:53 2013 -0800

    
    Only use valid mime type symbols as cache keys
    
    CVE-2013-6414
    
    Conflicts:
    	actionpack/lib/action_view/lookup_context.rb
rake about
About your application's environment
Ruby version              1.8.7 (x86_64-linux)
RubyGems version          2.0.9
Rack version              1.2
Rails version             3.0.20
Active Record version     3.0.20
Action Pack version       3.0.20
Active Resource version   3.0.20
Action Mailer version     3.0.20
Active Support version    3.0.20
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-187-30/depot
Environment               development
Database adapter          sqlite3
Database schema version   20140204000009
bundle show
Gems included by the bundle:
  * abstract (1.0.0)
  * actionmailer (3.0.20)
  * actionpack (3.0.20)
  * activemodel (3.0.20)
  * activerecord (3.0.20)
  * activeresource (3.0.20)
  * activesupport (3.0.20)
  * arel (2.0.10)
  * builder (2.1.2)
  * bundler (1.5.2)
  * erubis (2.6.6)
  * i18n (0.5.3)
  * json (1.8.1)
  * mail (2.2.20)
  * mime-types (1.25.1)
  * polyglot (0.3.3)
  * rack (1.2.8)
  * rack-mount (0.6.14)
  * rack-test (0.5.7)
  * rails (3.0.20 5aeb472)
  * railties (3.0.20)
  * rake (10.1.1)
  * rdoc (3.12.2)
  * sqlite3 (1.3.8)
  * thor (0.14.6)
  * treetop (1.4.15)
  * tzinfo (0.3.38)
gem -v
2.0.9
/home/rubys/.rvm/rubies/ruby-1.8.7-p374/bin/ruby -v
ruby 1.8.7 (2013-06-27 patchlevel 374) [x86_64-linux]
rvm -v
rvm 1.25.16 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
node -v
v0.6.12
echo $PATH
/home/rubys/.rvm/gems/ruby-1.8.7-p374/bin
/home/rubys/.rvm/gems/ruby-1.8.7-p374@global/bin
/home/rubys/.rvm/rubies/ruby-1.8.7-p374/bin
/home/rubys/.rvm/bin
/usr/local/bin
/usr/bin
/bin
lsb_release -irc
Distributor ID:	Ubuntu
Release:	12.04
Codename:	precise
uname -srm
Linux 3.8.0-35-generic x86_64

Todos