Agile Web Development with Rails, Edition 4

Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Thu, 11 Oct 2012 07:22:47 GMT
echo $PATH
/home/rubys/.rvm/gems/ruby-1.8.7-p352/bin:/home/rubys/.rvm/gems/ruby-1.8.7-p352@global/bin:/home/rubys/.rvm/rubies/ruby-1.8.7-p352/bin:/home/rubys/.rvm/bin:/usr/bin:/bin:/usr/local/bin
node -v
v0.2.6
/home/rubys/.rvm/rubies/ruby-1.8.7-p352/bin/ruby -v
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
gem -v
1.8.21
bundle show
Gems included by the bundle:
  * actionmailer (3.2.8)
  * actionpack (3.2.8)
  * activemodel (3.2.8)
  * activerecord (3.2.8)
  * activeresource (3.2.8)
  * activesupport (3.2.8)
  * arel (3.0.2.20120221150532 b454667)
  * builder (3.0.3)
  * bundler (1.2.0)
  * coffee-rails (3.2.2 c8f3df3)
  * coffee-script (2.2.0)
  * coffee-script-source (1.3.3)
  * erubis (2.7.0)
  * execjs (1.4.0)
  * hike (1.2.1)
  * i18n (0.6.1)
  * journey (1.0.4.20120614141756 ebe574d)
  * jquery-rails (2.1.3)
  * json (1.7.5)
  * mail (2.4.4)
  * mime-types (1.19)
  * multi_json (1.3.6)
  * polyglot (0.3.3)
  * rack (1.4.1)
  * rack-cache (1.2)
  * rack-ssl (1.3.2)
  * rack-test (0.6.2)
  * rails (3.2.8 b65c40e)
  * railties (3.2.8)
  * rake (0.9.2.2)
  * rdoc (3.12)
  * sass (3.2.1)
  * sass-rails (3.2.5 bdfeb7b)
  * sprockets (2.7.0)
  * sqlite3 (1.3.6)
  * thor (0.16.0)
  * tilt (1.3.3)
  * treetop (1.4.11)
  * tzinfo (0.3.33)
  * uglifier (1.3.0)
rake about
About your application's environment
Ruby version              1.8.7 (x86_64-linux)
RubyGems version          1.8.21
Rack version              1.4
Rails version             3.2.8
JavaScript Runtime        Node.js (V8)
Active Record version     3.2.8
Action Pack version       3.2.8
Active Resource version   3.2.8
Action Mailer version     3.2.8
Active Support version    3.2.8
Middleware                ActionDispatch::Static, Rack::Lock, #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x7f84480ac480>, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::DebugExceptions, ActionDispatch::RemoteIp, 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/depot
Environment               development
Database adapter          sqlite3
Database schema version   20110711000009
git log -1
commit b65c40ecb1e89d54eb1275b3757fe50fdd0cc16a    
Merge: 3c295f2 eefb344
Author: Sam Ruby <rubys@intertwingly.net>
Date:   Thu Oct 11 00:10:05 2012 -0400
    
    Merge branch '3-2-stable' of git://github.com/rails/rails into 3-2-stable

Todos