Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Sat, 18 May 2013 23:07:13 GMT
git log -1
commit d3d8cfd5689188f48714f49ad000a1c1fbd9edcd    
Merge: 5cb2f82 f8a3dda
Author: Carlos Antonio da Silva <carlosantoniodasilva@gmail.com>
Date:   Sat May 18 15:00:15 2013 -0700

    
    Merge pull request #10678 from prathamesh-sonpatki/typos
    
    Fixed some typos
rake about
About your application's environment
Ruby version              2.0.0 (x86_64-linux)
RubyGems version          2.0.3
Rack version              1.5
Rails version             4.1.0.beta
JavaScript Runtime        Node.js (V8)
Active Record version     4.1.0.beta
Action Pack version       4.1.0.beta
Action Mailer version     4.1.0.beta
Active Support version    4.1.0.beta
Middleware                ActionDispatch::Static, Rack::Lock, #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x000000019b6350>, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::DebugExceptions, ActionDispatch::RemoteIp, ActionDispatch::Reloader, ActionDispatch::Callbacks, ActiveRecord::Migration::CheckPending, ActiveRecord::ConnectionAdapters::ConnectionManagement, ActiveRecord::QueryCache, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, ActionDispatch::ParamsParser, Rack::Head, Rack::ConditionalGet, Rack::ETag, Warden::Manager
Application root          /home/rubys/git/awdwr/edition4/work/depot
Environment               development
Database adapter          sqlite3
Database schema version   20130518000010
bundle show
Gems included by the bundle:
  * actionmailer (4.1.0.beta)
  * actionpack (4.1.0.beta)
  * activemodel (4.1.0.beta)
  * activerecord (4.1.0.beta)
  * activerecord-deprecated_finders (1.0.2)
  * activesupport (4.1.0.beta)
  * arel (4.0.0.20130418133826 5b1d2d8)
  * atomic (1.1.9)
  * builder (3.1.4)
  * bundler (1.3.5)
  * coffee-rails (4.0.0 cbc4a6f)
  * coffee-script (2.2.0)
  * coffee-script-source (1.6.2)
  * erubis (2.7.0)
  * execjs (1.4.0)
  * hike (1.2.2)
  * i18n (0.6.4)
  * jbuilder (1.4.1)
  * jquery-rails (2.2.1)
  * json (1.8.0)
  * mail (2.5.4)
  * mime-types (1.23)
  * minitest (5.0.1)
  * multi_json (1.7.3)
  * polyglot (0.3.3)
  * rack (1.5.2)
  * rack-test (0.6.2)
  * rails (4.1.0.beta d3d8cfd)
  * railties (4.1.0.beta)
  * rake (10.0.4)
  * rdoc (3.12.2)
  * sass (3.2.9)
  * sass-rails (4.0.0.rc1 3379941)
  * sdoc (0.3.20)
  * sprockets (2.9.3)
  * sprockets-rails (2.0.0.rc4 733fedf)
  * sqlite3 (1.3.7)
  * thor (0.18.1)
  * thread_safe (0.1.0)
  * tilt (1.4.1)
  * treetop (1.4.12)
  * turbolinks (1.1.1)
  * tzinfo (0.3.37)
  * uglifier (2.1.1)
gem -v
2.0.3
/home/rubys/.rvm/rubies/ruby-2.0.0-p195/bin/ruby -v
ruby 2.0.0p195 (2013-05-14 revision 40734) [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-2.0.0-p195/bin
/home/rubys/.rvm/gems/ruby-2.0.0-p195@global/bin
/home/rubys/.rvm/rubies/ruby-2.0.0-p195/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.2.0-43-generic x86_64

Todos