Agile Web Development with Rails, Edition 5

Table of Contents

Environment

Sat, 07 May 2016 01:47:00 GMT
git log -1
commit dbfa8fdfc29eb913fec6113a74394167aa13cdd6    
Author: eileencodes <eileencodes@gmail.com>
Date:   Wed Feb 24 11:14:40 2016 -0500

    
    Preparing for 5.0.0.beta3 release
    
    Adds changelog headers for beta3 release
rails about
About your application's environment
Rails version             5.0.0.beta3
Ruby version              2.2.4-p230 (x86_64-linux)
RubyGems version          2.4.8
Rack version              2.0.0.rc1
JavaScript Runtime        Node.js (V8)
Middleware                Rack::Sendfile,
                          ActionDispatch::Static,
                          ActionDispatch::LoadInterlock,
                          ActiveSupport::Cache::Strategy::LocalCache::Middleware,
                          Rack::Runtime,
                          Rack::MethodOverride,
                          ActionDispatch::RequestId,
                          Rails::Rack::Logger,
                          ActionDispatch::ShowExceptions,
                          WebConsole::Middleware,
                          ActionDispatch::DebugExceptions,
                          ActionDispatch::RemoteIp,
                          ActionDispatch::Reloader,
                          ActionDispatch::Callbacks,
                          ActiveRecord::Migration::CheckPending,
                          ActiveRecord::ConnectionAdapters::ConnectionManagement,
                          ActiveRecord::QueryCache,
                          ActionDispatch::Cookies,
                          ActionDispatch::Session::CookieStore,
                          ActionDispatch::Flash,
                          Rack::Head,
                          Rack::ConditionalGet,
                          Rack::ETag,
                          ActionView::Digestor::PerRequestDigestCacheExpiry
Application root          /home/rubys/git/awdwr/edition4/work-224-500beta3/depot
Environment               development
Database adapter          sqlite3
Database schema version   20160506000009
bundle show
Gems included by the bundle:
  * actioncable (5.0.0.beta3)
  * actionmailer (5.0.0.beta3)
  * actionpack (5.0.0.beta3)
  * actionview (5.0.0.beta3)
  * activejob (5.0.0.beta3)
  * activemodel (5.0.0.beta3)
  * activerecord (5.0.0.beta3)
  * activesupport (5.0.0.beta3)
  * arel (7.0.0)
  * builder (3.2.2)
  * bundler (1.12.3)
  * byebug (8.2.5)
  * coffee-rails (4.1.1)
  * coffee-script (2.4.1)
  * coffee-script-source (1.10.0)
  * concurrent-ruby (1.0.2)
  * debug_inspector (0.0.2)
  * erubis (2.7.0)
  * execjs (2.6.0)
  * globalid (0.3.6)
  * i18n (0.7.0)
  * jbuilder (2.4.1)
  * jquery-rails (4.1.1)
  * json (1.8.3)
  * loofah (2.0.3)
  * mail (2.6.4)
  * method_source (0.8.2)
  * mime-types (3.0)
  * mime-types-data (3.2016.0221)
  * mini_portile2 (2.0.0)
  * minitest (5.3.3)
  * multi_json (1.12.0)
  * nio4r (1.2.1)
  * nokogiri (1.6.7.2)
  * pg (0.18.4)
  * puma (3.4.0)
  * qu (0.2.0)
  * qu-rails (0.2.0)
  * queue_classic (3.2.0.RC1)
  * rack (2.0.0.rc1)
  * rack-test (0.6.3)
  * rails (5.0.0.beta3)
  * rails-deprecated_sanitizer (1.0.3)
  * rails-dom-testing (1.0.7)
  * rails-html-sanitizer (1.0.3)
  * railties (5.0.0.beta3)
  * rake (11.1.2)
  * sass (3.4.22)
  * sass-rails (5.0.4)
  * spring (1.7.1)
  * sprockets (3.6.0)
  * sprockets-rails (3.0.4)
  * sqlite3 (1.3.11)
  * thor (0.19.1)
  * thread_safe (0.3.5)
  * tilt (2.0.2)
  * turbolinks (3.0.0)
  * tzinfo (1.2.2)
  * uglifier (3.0.0)
  * web-console (3.1.1)
  * websocket-driver (0.6.3)
  * websocket-extensions (0.1.2)
gem -v
2.4.8
/home/rubys/.rvm/rubies/ruby-2.2.4/bin/ruby -v
ruby 2.2.4p230 (2015-12-16 revision 53155) [x86_64-linux]
rvm -v
1.27.0 (latest)
nodejs -v
v0.10.25
mysql --version
mysql  Ver 14.14 Distrib 5.5.49, for debian-linux-gnu (x86_64) using readline 6.3
echo $PATH
/home/rubys/.rvm/gems/ruby-2.2.4/bin
/home/rubys/.rvm/gems/ruby-2.2.4@global/bin
/home/rubys/.rvm/rubies/ruby-2.2.4/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-85-generic x86_64

Todos

None!