Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Tue, 26 May 2015 04:43:16 GMT
git log -1
commit b344986bc3d94ca7821fc5e0eef1874882ac6cbb    
Merge: 37f2def abce1aa
Author: Rafael Mendonça França <rafaelmfranca@gmail.com>
Date:   Thu Jan 29 14:38:45 2015 -0200

    
    Merge pull request #18718 from jgeiger/fix_ruby_2_2_comparable_warnings
    
    Fix ruby 2.2 comparable warnings
rake about
About your application's environment
Ruby version              2.1.5 (x86_64-linux)
RubyGems version          2.4.3
Rack version              1.4
Rails version             3.2.21
JavaScript Runtime        Node.js (V8)
Active Record version     3.2.21
Action Pack version       3.2.21
Active Resource version   3.2.21
Action Mailer version     3.2.21
Active Support version    3.2.21
Middleware                ActionDispatch::Static,
                          Rack::Lock,
                          #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x00000001bc5010>,
                          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-32/depot
Environment               development
Database adapter          sqlite3
Database schema version   20150526000009
bundle show
Gems included by the bundle:
  * actionmailer (3.2.21)
  * actionpack (3.2.21)
  * activemodel (3.2.21)
  * activerecord (3.2.21)
  * activeresource (3.2.21)
  * activesupport (3.2.21)
  * arel (3.0.3.20131114190737)
  * builder (3.0.4)
  * bundler (1.9.9)
  * coffee-rails (3.2.2)
  * coffee-script (2.4.1)
  * coffee-script-source (1.9.1.1)
  * erubis (2.7.0)
  * execjs (2.5.2)
  * hike (1.2.3)
  * i18n (0.7.0)
  * journey (1.0.4.20120614141756)
  * jquery-rails (3.1.2)
  * json (1.8.2)
  * mail (2.5.4)
  * mime-types (1.25.1)
  * multi_json (1.11.0)
  * polyglot (0.3.5)
  * rack (1.4.5)
  * rack-cache (1.2)
  * rack-ssl (1.3.4)
  * rack-test (0.6.3)
  * rails (3.2.21)
  * railties (3.2.21)
  * rake (10.4.2)
  * rdoc (3.12.2)
  * sass (3.4.14)
  * sass-rails (3.2.6)
  * sprockets (2.2.3)
  * sqlite3 (1.3.10)
  * thor (0.19.1)
  * tilt (1.4.1)
  * treetop (1.4.15)
  * tzinfo (0.3.44)
  * uglifier (2.7.1)
gem -v
2.4.3
/home/rubys/.rvm/rubies/ruby-2.1.5/bin/ruby -v
ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-linux]
rvm -v
1.26.11 (latest)
nodejs -v
v0.10.25
echo $PATH
/home/rubys/.rvm/gems/ruby-2.1.5/bin
/home/rubys/.rvm/gems/ruby-2.1.5@global/bin
/home/rubys/.rvm/rubies/ruby-2.1.5/bin
/home/rubys/.rvm/bin
/home/rubys/bin
/usr/bin
/bin
lsb_release -irc
Distributor ID:	Ubuntu
Release:	14.04
Codename:	trusty
uname -srm
Linux 3.13.0-53-generic x86_64

Todos

None!