Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Sat, 18 May 2013 19:53:42 GMT
git log -1
commit 77403a9b04073713e2b758c22174a81bb3cd62b9    
Author: Aaron Patterson <aaron.patterson@gmail.com>
Date:   Fri Mar 15 15:04:00 2013 -0700

    
    fix protocol checking in sanitization [CVE-2013-1857]
    
    Conflicts:
    	actionpack/lib/action_controller/vendor/html-scanner/html/sanitizer.rb
rake about
About your application's environment
Ruby version              1.9.2 (x86_64-linux)
RubyGems version          1.8.24
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-192-30/depot
Environment               development
Database adapter          sqlite3
Database schema version   20130518000009
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.3.5)
  * erubis (2.6.6)
  * i18n (0.5.0)
  * json (1.8.0)
  * mail (2.2.20)
  * mime-types (1.23)
  * polyglot (0.3.3)
  * rack (1.2.8)
  * rack-mount (0.6.14)
  * rack-test (0.5.7)
  * rails (3.0.20 77403a9)
  * railties (3.0.20)
  * rake (10.0.4)
  * rdoc (3.12.2)
  * sqlite3 (1.3.7)
  * thor (0.14.6)
  * treetop (1.4.12)
  * tzinfo (0.3.37)
gem -v
1.8.24
/home/rubys/.rvm/rubies/ruby-1.9.2-p320/bin/ruby -v
ruby 1.9.2p320 (2012-04-20 revision 35421) [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.6.12
echo $PATH
/home/rubys/.rvm/gems/ruby-1.9.2-p320/bin
/home/rubys/.rvm/gems/ruby-1.9.2-p320@global/bin
/home/rubys/.rvm/rubies/ruby-1.9.2-p320/bin
/home/rubys/.rvm/bin
/usr/bin
/bin
lsb_release -irc
Distributor ID:	Ubuntu
Release:	12.04
Codename:	precise
uname -srm
Linux 3.2.0-43-generic x86_64

Todos

None!