Agile Web Development with Rails, Edition 5

Table of Contents

Environment

Mon, 13 Nov 2017 15:49:20 GMT
git log -1
commit 705cf47033afabf4530a209f907ff4bf35acf2c2    
Merge: a968a76 8e96455
Author: Ryuta Kamizono <kamipo@gmail.com>
Date:   Mon Nov 13 21:48:30 2017 +0900

    
    Merge pull request #31137 from y-yagi/make_sidekiq_and_resque_integration_tests_work_in_ci
    
    Make sidekiq and resque integration tests work in ci
rails about
About your application's environment
Rails version             5.2.0.alpha
Ruby version              2.4.1-p111 (x86_64-linux)
RubyGems version          2.6.11
Rack version              2.0.3
JavaScript Runtime        Node.js (V8)
Middleware                Webpacker::DevServerProxy,
                          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,
                          I18n::JS::Middleware
Application root          /home/rubys/git/awdwr/edition4/work/depot
Environment               development
Database adapter          sqlite3
Database schema version   20171113000009
bundle show
Gems included by the bundle:
  * actioncable (5.2.0.alpha)
  * actionmailer (5.2.0.alpha)
  * actionpack (5.2.0.alpha)
  * actionview (5.2.0.alpha)
  * activejob (5.2.0.alpha)
  * activemodel (5.2.0.alpha)
  * activerecord (5.2.0.alpha)
  * activestorage (5.2.0.alpha)
  * activesupport (5.2.0.alpha)
  * addressable (2.5.2)
  * archive-zip (0.7.0)
  * arel (9.0.0.alpha)
  * bindex (0.5.0)
  * bootsnap (1.1.5)
  * builder (3.2.3)
  * bundler (1.16.0)
  * byebug (9.1.0)
  * capybara (2.15.4)
  * childprocess (0.8.0)
  * chromedriver-helper (1.1.0)
  * coffee-rails (4.2.2)
  * coffee-script (2.4.1)
  * coffee-script-source (1.12.2)
  * concurrent-ruby (1.0.5)
  * crass (1.0.2)
  * erubi (1.7.0)
  * et-orbi (1.0.8)
  * execjs (2.7.0)
  * ffi (1.9.18)
  * globalid (0.4.1)
  * i18n (0.9.1)
  * io-like (0.3.0)
  * jbuilder (2.7.0)
  * loofah (2.1.1)
  * mail (2.7.0)
  * method_source (0.9.0)
  * mini_mime (1.0.0)
  * mini_portile2 (2.3.0)
  * minitest (5.10.3)
  * mono_logger (1.1.0)
  * msgpack (1.1.0)
  * multi_json (1.12.2)
  * mustermann (1.0.1)
  * nio4r (2.1.0)
  * nokogiri (1.8.1)
  * pg (0.19.0)
  * public_suffix (3.0.1)
  * puma (3.10.0)
  * queue_classic (3.2.0.RC1)
  * rack (2.0.3)
  * rack-protection (2.0.0)
  * rack-test (0.7.0)
  * rails (5.2.0.alpha)
  * rails-dom-testing (2.0.3)
  * rails-html-sanitizer (1.0.3)
  * railties (5.2.0.alpha)
  * rake (12.2.1)
  * rb-fsevent (0.10.2)
  * rb-inotify (0.9.9)
  * redis (4.0.1)
  * redis-namespace (1.6.0)
  * resque (1.27.4)
  * resque-scheduler (4.3.0)
  * rubyzip (1.2.1)
  * rufus-scheduler (3.4.2)
  * sass (3.5.3)
  * sass-listen (4.0.0)
  * sass-rails (5.0.6)
  * selenium-webdriver (3.7.0)
  * sinatra (2.0.0)
  * spring (2.0.2)
  * sprockets (3.7.1)
  * sprockets-rails (3.2.1)
  * sqlite3 (1.3.13)
  * thor (0.19.4)
  * thread_safe (0.3.6)
  * tilt (2.0.8)
  * turbolinks (5.0.1)
  * turbolinks-source (5.0.3)
  * tzinfo (1.2.4)
  * uglifier (3.2.0)
  * vegas (0.1.11)
  * web-console (3.5.1)
  * websocket-driver (0.6.5)
  * websocket-extensions (0.1.3)
  * xpath (2.1.0)
gem -v
2.6.11
/home/rubys/.rvm/rubies/ruby-2.4.1/bin/ruby -v
ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux]
rvm -v
1.29.3 (latest)
nodejs -v
v6.12.0
mysql --version
mysql  Ver 14.14 Distrib 5.5.58, for debian-linux-gnu (x86_64) using readline 6.3
echo $PATH
/home/rubys/.rvm/gems/ruby-2.4.1/bin
/home/rubys/.rvm/gems/ruby-2.4.1@global/bin
/home/rubys/.rvm/rubies/ruby-2.4.1/bin
/home/rubys/.rvm/bin
/home/rubys/bin
/usr/local/bin
/usr/bin
/bin
lsb_release -irc
Distributor ID:	Ubuntu
Release:	14.04
Codename:	trusty
uname -srm
Linux 4.4.0-98-generic x86_64

Todos