Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Mon, 17 Jun 2013 13:50:27 GMT
git log -1
commit 46c26e84c4b1f74265ff70a5e566fad4658865e0    
Merge: bd34e5c b0bf30c
Author: Aaron Patterson <aaron.patterson@gmail.com>
Date:   Tue Apr 9 09:23:08 2013 -0700

    
    Merge branch '3-1-later' into 3-1-stable
    
    * 3-1-later:
      adding test for CVE
rake about
About your application's environment
Ruby version              1.8.7 (x86_64-linux)
RubyGems version          1.8.24
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:0x7f414be47ee0>, 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   20130617000009
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.3.5)
  * coffee-rails (3.1.1 d58b0eb)
  * coffee-script (2.2.0)
  * coffee-script-source (1.6.2)
  * erubis (2.7.0)
  * execjs (1.4.0)
  * hike (1.2.3)
  * i18n (0.6.4)
  * jquery-rails (3.0.1)
  * json (1.8.0)
  * mail (2.4.4)
  * mime-types (1.23)
  * multi_json (1.7.7)
  * 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 46c26e8)
  * railties (3.1.12)
  * rake (10.0.4)
  * rdoc (3.12.2)
  * sass (3.2.9)
  * sass-rails (3.1.7 aa609d2)
  * sprockets (2.0.4)
  * sqlite3 (1.3.7)
  * thor (0.14.6)
  * tilt (1.3.7)
  * treetop (1.4.14)
  * tzinfo (0.3.37)
  * uglifier (2.1.1)
gem -v
1.8.24
/home/rubys/.rvm/rubies/ruby-1.8.7-p371/bin/ruby -v
ruby 1.8.7 (2012-10-12 patchlevel 371) [x86_64-linux]
rvm -v
rvm 1.20.13 (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-p371/bin
/home/rubys/.rvm/gems/ruby-1.8.7-p371@global/bin
/home/rubys/.rvm/rubies/ruby-1.8.7-p371/bin
/home/rubys/.rvm/bin
/home/rubys/bin
/usr/bin
/bin
lsb_release -irc
Distributor ID:	Ubuntu
Release:	12.04
Codename:	precise
uname -srm
Linux 3.2.0-48-generic x86_64

Todos

None!