Agile Web Development with Rails, Edition 5

Table of Contents

Environment

Wed, 15 Feb 2017 14:48:04 GMT
git log -1
commit b4ae829df7f02ae28e0f96cea79eb52407e44ab2    
Author: Matthew Draper <matthew@trebex.net>
Date:   Sun Oct 2 11:01:30 2016 +1030

    
    Shut down EventMachine before re-enabling warnings
rails about
About your application's environment
Rails version             5.0.1
Ruby version              2.2.5-p319 (x86_64-linux)
RubyGems version          2.4.8
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,
                          Sprockets::Rails::QuietAssets,
                          Rails::Rack::Logger,
                          ActionDispatch::ShowExceptions,
                          WebConsole::Middleware,
                          ActionDispatch::DebugExceptions,
                          ActionDispatch::RemoteIp,
                          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-225-50/depot
Environment               development
Database adapter          sqlite3
Database schema version   20170215000009
bundle show
Gems included by the bundle:
  * actioncable (5.0.1)
  * actionmailer (5.0.1)
  * actionpack (5.0.1)
  * actionview (5.0.1)
  * activejob (5.0.1)
  * activemodel (5.0.1)
  * activerecord (5.0.1)
  * activesupport (5.0.1)
  * arel (7.1.4)
  * builder (3.2.3)
  * bundler (1.14.4)
  * byebug (9.0.6)
  * coffee-rails (4.2.1)
  * coffee-script (2.4.1)
  * coffee-script-source (1.12.2)
  * concurrent-ruby (1.0.4)
  * debug_inspector (0.0.2)
  * erubis (2.7.0)
  * execjs (2.7.0)
  * ffi (1.9.17)
  * globalid (0.3.7)
  * i18n (0.8.0)
  * jbuilder (2.6.1)
  * jquery-rails (4.2.2)
  * 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.9.1)
  * multi_json (1.12.1)
  * nio4r (2.0.0)
  * nokogiri (1.7.0.1)
  * pg (0.19.0)
  * puma (3.7.0)
  * queue_classic (3.2.0.RC1)
  * rack (2.0.1)
  * rack-test (0.6.3)
  * rails (5.0.1)
  * rails-dom-testing (2.0.2)
  * rails-html-sanitizer (1.0.3)
  * railties (5.0.1)
  * rake (12.0.0)
  * rb-inotify (0.9.7)
  * sass (3.4.23)
  * sass-rails (5.0.6)
  * spring (2.0.1)
  * sprockets (3.7.1)
  * sprockets-rails (3.2.0)
  * sqlite3 (1.3.13)
  * thor (0.19.4)
  * thread_safe (0.3.5)
  * tilt (2.0.6)
  * turbolinks (5.0.1)
  * turbolinks-source (5.0.0)
  * tzinfo (1.2.2)
  * uglifier (3.0.4)
  * web-console (3.4.0)
  * websocket-driver (0.6.5)
  * websocket-extensions (0.1.2)
gem -v
2.4.8
/home/rubys/.rvm/rubies/ruby-2.2.5/bin/ruby -v
ruby 2.2.5p319 (2016-04-26 revision 54774) [x86_64-linux]
rvm -v
1.29.0 (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.2.5/bin
/home/rubys/.rvm/gems/ruby-2.2.5@global/bin
/home/rubys/.rvm/rubies/ruby-2.2.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-108-generic x86_64

Todos