Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Tue, 04 Feb 2014 19:47:40 GMT
git log -1
commit ace032288b5cd05c7a39b368fcb9132884d6006a    
Merge: e97530f 1c00768
Author: Aaron Patterson <aaron.patterson@gmail.com>
Date:   Tue Dec 3 17:01:21 2013 -0800

    
    Merge pull request #13151 from hone/3-1-stable
    
    Backport Rails 3.2.16 Security Fixes to Rails 3.1.x
rake about
About your application's environment
Ruby version              1.8.7 (x86_64-linux)
RubyGems version          2.0.9
Rack version              1.3
Rails version             3.1.12
JavaScript Runtime        Node.js (V8)
Active Record version     3.1.12
Action Pack version       3.1.12
Active Resource version   3.1.12
Action Mailer version     3.1.12
Active Support version    3.1.12
Middleware                ActionDispatch::Static,
                          Rack::Lock,
                          #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x7fa574490ea0>,
                          Rack::Runtime,
                          Rack::MethodOverride,
                          Rails::Rack::Logger,
                          ActionDispatch::ShowExceptions,
                          ActionDispatch::RemoteIp,
                          Rack::Sendfile,
                          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-187-31/depot
Environment               development
Database adapter          sqlite3
Database schema version   20140204000009
bundle show
Gems included by the bundle:
  * actionmailer (3.1.12)
  * actionpack (3.1.12)
  * activemodel (3.1.12)
  * activerecord (3.1.12)
  * activeresource (3.1.12)
  * activesupport (3.1.12)
  * arel (2.2.3)
  * builder (3.0.4)
  * bundler (1.5.2)
  * coffee-rails (3.1.1 d58b0eb)
  * coffee-script (2.2.0)
  * coffee-script-source (1.7.0)
  * erubis (2.7.0)
  * execjs (2.0.2)
  * hike (1.2.3)
  * i18n (0.6.9)
  * jquery-rails (3.1.0)
  * json (1.8.1)
  * mail (2.4.4)
  * mime-types (1.25.1)
  * multi_json (1.8.4)
  * polyglot (0.3.3)
  * rack (1.3.10)
  * rack-cache (1.2)
  * rack-mount (0.8.3)
  * rack-ssl (1.3.3)
  * rack-test (0.6.2)
  * rails (3.1.12 ace0322)
  * railties (3.1.12)
  * rake (10.1.1)
  * rdoc (3.12.2)
  * sass (3.2.14)
  * sass-rails (3.1.7 aa609d2)
  * sprockets (2.0.4)
  * sqlite3 (1.3.8)
  * thor (0.14.6)
  * tilt (1.3.7)
  * treetop (1.4.15)
  * tzinfo (0.3.38)
  * uglifier (2.4.0)
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