Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Wed, 20 Jan 2016 20:43:37 GMT
git log -1
commit a96c7233b1e1888dda6e82b23584aa58b4fa1136    
Merge: 766a0cd e713069
Author: Rafael França <rafaelmfranca@gmail.com>
Date:   Fri Jan 15 14:31:02 2016 -0200

    
    Merge pull request #22968 from rabbitt/bugfix/rails41-logger-threadsafety
    
    4.1 Backport of LoggerSilence#silence Threadsafety patch (see: PR #20507)
rake about
About your application's environment
Ruby version              2.1.5-p273 (x86_64-linux)
RubyGems version          2.4.3
Rack version              1.5.5
Rails version             4.1.14
JavaScript Runtime        Node.js (V8)
Active Record version     4.1.14
Action Pack version       4.1.14
Action View version       4.1.14
Action Mailer version     4.1.14
Active Support version    4.1.14
Middleware                Rack::Sendfile,
                          ActionDispatch::Static,
                          Rack::Lock,
                          #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x00000002a7dcd8>,
                          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
Application root          /home/rubys/git/awdwr/edition4/work-41/depot
Environment               development
Database adapter          sqlite3
Database schema version   20160120000009
bundle show
Gems included by the bundle:
  * actionmailer (4.1.14)
  * actionpack (4.1.14)
  * actionview (4.1.14)
  * activemodel (4.1.14)
  * activerecord (4.1.14)
  * activesupport (4.1.14)
  * arel (5.0.1.20140414130214)
  * builder (3.2.2)
  * bundler (1.11.2)
  * coffee-rails (4.1.1)
  * coffee-script (2.4.1)
  * coffee-script-source (1.10.0)
  * erubis (2.7.0)
  * execjs (2.6.0)
  * hike (1.2.3)
  * i18n (0.7.0)
  * jbuilder (2.4.0)
  * jquery-rails (3.1.4)
  * json (1.8.3)
  * mail (2.6.3)
  * mime-types (2.99)
  * minitest (5.8.3)
  * multi_json (1.11.2)
  * rack (1.5.5)
  * rack-test (0.6.3)
  * rails (4.1.14)
  * railties (4.1.14)
  * rake (10.5.0)
  * rdoc (4.2.1)
  * sass (3.2.19)
  * sass-rails (4.0.5)
  * sdoc (0.4.1)
  * spring (1.6.2)
  * sprockets (2.12.4)
  * sprockets-rails (2.3.3)
  * sqlite3 (1.3.11)
  * thor (0.19.1)
  * thread_safe (0.3.5)
  * tilt (1.4.1)
  * turbolinks (2.5.3)
  * tzinfo (1.2.2)
  * uglifier (2.7.2)
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-74-generic x86_64

Todos