Agile Web Development with Rails, Edition 4

Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Tue, 18 Oct 2011 16:48:00 GMT
echo $PATH
/home/rubys/.rvm/gems/ruby-1.9.3-r33476/bin:/home/rubys/.rvm/gems/ruby-1.9.3-r33476@global/bin:/home/rubys/.rvm/rubies/ruby-1.9.3-r33476/bin:/home/rubys/.rvm/bin:/usr/bin:/bin:/usr/local/bin
node -v
v0.2.6
/home/rubys/.rvm/rubies/ruby-1.9.3-r33476/bin/ruby -v
ruby 1.9.4dev (2011-10-18 trunk 33476) [x86_64-linux]
gem -v
1.8.11
bundle show
Gems included by the bundle:
  * abstract (1.0.0)
  * actionmailer (3.0.10)
  * actionpack (3.0.10)
  * activemodel (3.0.10)
  * activerecord (3.0.10)
  * activeresource (3.0.10)
  * activesupport (3.0.10)
  * arel (2.0.10)
  * builder (2.1.2)
  * bundler (1.0.21)
  * erubis (2.6.6)
  * i18n (0.5.0)
  * json (1.6.1)
  * mail (2.2.19)
  * mime-types (1.16)
  * polyglot (0.3.2)
  * rack (1.2.4)
  * rack-mount (0.6.14)
  * rack-test (0.5.7)
  * rails (3.0.10 fd67735)
  * railties (3.0.10)
  * rake (0.9.2)
  * rdoc (3.11)
  * sqlite3 (1.3.4)
  * thor (0.14.6)
  * treetop (1.4.10)
  * tzinfo (0.3.30)
rake about
About your application's environment
Ruby version              1.9.4 (x86_64-linux)
RubyGems version          1.8.11
Rack version              1.2
Rails version             3.0.10
Active Record version     3.0.10
Action Pack version       3.0.10
Active Resource version   3.0.10
Action Mailer version     3.0.10
Active Support version    3.0.10
Middleware                ActionDispatch::Static, Rack::Lock, 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-193-30/depot
Environment               development
Database adapter          sqlite3
Database schema version   20110711000009
git log -1
commit fd677351ce7642bdd7f448a43c5a189fded51376    
Merge: e2c03bf 68ae66d
Author: Vijay Dev <vijaydev.cse@gmail.com>
Date:   Mon Oct 17 05:56:44 2011 -0700

    
    Merge pull request #3330 from arunagw/ignore_sqlnet_3-0-stable
    
    Ignore sqlnet 3 0 stable

Todos