Agile Web Development with Rails, Edition 5

Table of Contents

Environment

Mon, 20 Mar 2017 04:46:10 GMT
git log -1
commit 1934e93d2b514df57718ef584a1e81a297992f49    
Merge: 782f4e2 91377c5
Author: Richard Schneeman <richard.schneeman+no-recruiters@gmail.com>
Date:   Sun Mar 19 18:06:49 2017 -0500

    
    Merge pull request #28482 from y-yagi/fix_changelog_entry_about_transaction_error_classes
    
    Fix changelog entry about transaction error classes [ci skip]
rails about
About your application's environment
Rails version             5.1.0.beta1
Ruby version              2.4.0-p0 (x86_64-linux)
RubyGems version          2.6.10
Rack version              2.0.1
JavaScript Runtime        Node.js (V8)
Middleware                Rack::Sendfile,
                          ActionDispatch::Static,
                          ActionDispatch::Executor,
                          ActiveSupport::Cache::Strategy::LocalCache::Middleware,
                          Rack::Runtime,
                          Rack::MethodOverride,
                          ActionDispatch::RequestId,
                          ActionDispatch::RemoteIp,
                          Sprockets::Rails::QuietAssets,
                          Rails::Rack::Logger,
                          ActionDispatch::ShowExceptions,
                          WebConsole::Middleware,
                          ActionDispatch::DebugExceptions,
                          ActionDispatch::Reloader,
                          ActionDispatch::Callbacks,
                          ActiveRecord::Migration::CheckPending,
                          ActionDispatch::Cookies,
                          ActionDispatch::Session::CookieStore,
                          ActionDispatch::Flash,
                          Rack::Head,
                          Rack::ConditionalGet,
                          Rack::ETag
Application root          /home/rubys/git/awdwr/edition4/work-240/depot
Environment               development
Database adapter          sqlite3
Database schema version   20170320000009
bundle show
Gems included by the bundle:
  * actioncable (5.1.0.beta1)
  * actionmailer (5.1.0.beta1)
  * actionpack (5.1.0.beta1)
  * actionview (5.1.0.beta1)
  * activejob (5.1.0.beta1)
  * activemodel (5.1.0.beta1)
  * activerecord (5.1.0.beta1)
  * activesupport (5.1.0.beta1)
  * addressable (2.5.0)
  * arel (8.0.0)
  * builder (3.2.3)
  * bundler (1.14.6)
  * byebug (9.0.6)
  * capybara (2.13.0)
  * childprocess (0.6.2)
  * coffee-rails (4.2.1)
  * coffee-script (2.4.1)
  * coffee-script-source (1.12.2)
  * concurrent-ruby (1.0.5)
  * debug_inspector (0.0.2)
  * erubi (1.6.0)
  * execjs (2.7.0)
  * ffi (1.9.18)
  * globalid (0.3.7)
  * i18n (0.8.1)
  * jbuilder (2.6.3)
  * loofah (2.0.3)
  * mail (2.6.4)
  * method_source (0.8.2)
  * mime-types (3.1)
  * mime-types-data (3.2016.0521)
  * mini_portile2 (2.1.0)
  * minitest (5.10.1)
  * multi_json (1.12.1)
  * nio4r (2.0.0)
  * nokogiri (1.7.1)
  * pg (0.19.0)
  * public_suffix (2.0.5)
  * puma (3.8.2)
  * queue_classic (3.2.0.RC1)
  * rack (2.0.1)
  * rack-test (0.6.3)
  * rails (5.1.0.beta1)
  * rails-dom-testing (2.0.2)
  * rails-html-sanitizer (1.0.3)
  * railties (5.1.0.beta1)
  * rake (12.0.0)
  * rb-inotify (0.9.7)
  * rubyzip (1.2.1)
  * sass (3.4.23)
  * sass-rails (6.0.0.beta1)
  * selenium-webdriver (3.3.0)
  * spring (2.0.1)
  * sprockets (4.0.0.beta4)
  * sprockets-rails (3.2.0)
  * sqlite3 (1.3.13)
  * thor (0.19.4)
  * thread_safe (0.3.6)
  * turbolinks (5.0.1)
  * turbolinks-source (5.0.0)
  * tzinfo (1.2.2)
  * uglifier (3.1.9)
  * web-console (3.4.0)
  * websocket (1.2.4)
  * websocket-driver (0.6.5)
  * websocket-extensions (0.1.2)
  * xpath (2.0.0)
gem -v
2.6.10
/home/rubys/.rvm/rubies/ruby-2.4.0/bin/ruby -v
ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-linux]
rvm -v
1.29.1 (latest)
nodejs -v
v0.10.25
mysql --version
mysql  Ver 14.14 Distrib 5.5.54, for debian-linux-gnu (x86_64) using readline 6.3
echo $PATH
/home/rubys/.rvm/gems/ruby-2.4.0/bin
/home/rubys/.rvm/gems/ruby-2.4.0@global/bin
/home/rubys/.rvm/rubies/ruby-2.4.0/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-112-generic x86_64

Todos