Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Wed, 26 Mar 2014 22:47:58 GMT
git log -1
commit a3bda38467377cb8c3cdd52b6fcf6c6c31f74b82    
Merge: 5a84d3e 666e9f6
Author: Rafael Mendonça França <rafaelmfranca@gmail.com>
Date:   Tue Feb 18 15:57:32 2014 -0300

    
    Merge branch '3-2-17' into 3-2-stable
    
    Conflicts:
    	actionpack/CHANGELOG.md
rake about
About your application's environment
Ruby version              1.9.3 (x86_64-linux)
RubyGems version          2.2.2
Rack version              1.4
Rails version             3.2.17
JavaScript Runtime        Node.js (V8)
Active Record version     3.2.17
Action Pack version       3.2.17
Active Resource version   3.2.17
Action Mailer version     3.2.17
Active Support version    3.2.17
Middleware                ActionDispatch::Static,
                          Rack::Lock,
                          #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x0000000235a0a0>,
                          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-193-32/depot
Environment               development
Database adapter          sqlite3
Database schema version   20140326000009
bundle show
Gems included by the bundle:
  * actionmailer (3.2.17)
  * actionpack (3.2.17)
  * activemodel (3.2.17)
  * activerecord (3.2.17)
  * activeresource (3.2.17)
  * activesupport (3.2.17)
  * arel (3.0.3.20131114190737 22cf980)
  * builder (3.0.4)
  * bundler (1.5.3)
  * coffee-rails (3.2.2 c8f3df3)
  * coffee-script (2.2.0)
  * coffee-script-source (1.7.0)
  * erubis (2.7.0)
  * execjs (2.0.2)
  * hike (1.2.3)
  * i18n (0.6.9)
  * journey (1.0.4.20120614141756 aa7e743)
  * jquery-rails (3.1.0)
  * json (1.8.1)
  * mail (2.5.4)
  * mime-types (1.25.1)
  * multi_json (1.9.2)
  * polyglot (0.3.4)
  * rack (1.4.5)
  * rack-cache (1.2)
  * rack-ssl (1.3.4)
  * rack-test (0.6.2)
  * rails (3.2.17 a3bda38)
  * railties (3.2.17)
  * rake (10.2.1)
  * rdoc (3.12.2)
  * sass (3.3.4)
  * sass-rails (3.2.6 0e2c205)
  * sprockets (2.2.2)
  * sqlite3 (1.3.9)
  * thor (0.19.1)
  * tilt (1.4.1)
  * treetop (1.4.15)
  * tzinfo (0.3.39)
  * uglifier (2.5.0)
gem -v
2.2.2
/home/rubys/.rvm/rubies/ruby-1.9.3-p545/bin/ruby -v
ruby 1.9.3p545 (2014-02-24 revision 45159) [x86_64-linux]
rvm -v
Warning! PATH is not properly set up, '/home/rubys/.rvm/gems/ruby-1.9.3-p545/bin' is not at first place,
         usually this is caused by shell initialization files - check them for 'PATH=...' entries,
         it might also help to re-add RVM to your dotfiles: 'rvm get stable --auto-dotfiles',
         to fix temporarily in this shell session run: 'rvm use ruby-1.9.3-p545'.
rvm 1.25.22 (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.3-p545/bin
/home/rubys/.rvm/gems/ruby-1.9.3-p545@global/bin
/home/rubys/.rvm/rubies/ruby-1.9.3-p545/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.8.0-37-generic x86_64

Todos