Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Mon, 13 Jun 2016 19:43:00 GMT
git log -1
commit 9be9597e510d185ca7964d0a05b4ea2a7f2d50d1    
Merge: 7ec9c96 437f6c1
Author: Arthur Nogueira Neves <github@arthurnn.com>
Date:   Mon Apr 20 11:02:33 2015 -0400

    
    Merge pull request #19828 from JuanitoFatas/patch-2
    
    [ci skip] Fix broken strict option link in MySQL adapter (4-0-stable)
rake about
About your application's environment
Ruby version              2.2.5 (x86_64-linux)
RubyGems version          2.4.8
Rack version              1.5.5
Rails version             4.0.13
JavaScript Runtime        Node.js (V8)
Active Record version     4.0.13
Action Pack version       4.0.13
Action Mailer version     4.0.13
Active Support version    4.0.13
Middleware                Rack::Sendfile,
                          ActionDispatch::Static,
                          Rack::Lock,
                          #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x000000034d9650>,
                          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-225-40/depot
Environment               development
Database adapter          sqlite3
Database schema version   20160613000009
bundle show
Gems included by the bundle:
  * actionmailer (4.0.13)
  * actionpack (4.0.13)
  * activemodel (4.0.13)
  * activerecord (4.0.13)
  * activerecord-deprecated_finders (1.0.4)
  * activesupport (4.0.13)
  * arel (4.0.2.20140205180311)
  * builder (3.1.4)
  * bundler (1.12.5)
  * coffee-rails (4.0.1)
  * coffee-script (2.4.1)
  * coffee-script-source (1.10.0)
  * erubis (2.7.0)
  * execjs (2.7.0)
  * hike (1.2.3)
  * i18n (0.7.0)
  * jbuilder (1.5.3)
  * jquery-rails (3.1.4)
  * json (1.8.3)
  * mail (2.6.4)
  * mime-types (3.1)
  * mime-types-data (3.2016.0521)
  * minitest (4.7.5)
  * multi_json (1.12.1)
  * rack (1.5.5)
  * rack-test (0.6.3)
  * rails (4.0.13)
  * railties (4.0.13)
  * rake (11.2.1)
  * rdoc (4.2.2)
  * sass (3.2.19)
  * sass-rails (4.0.5)
  * sdoc (0.4.1)
  * 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 (0.3.49)
  * uglifier (3.0.0)
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.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.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-87-generic x86_64

Todos