Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Wed, 22 Jul 2015 10:42:45 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.1.5 (x86_64-linux)
RubyGems version          2.4.3
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:0x000000039b0138>,
                          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-40/depot
Environment               development
Database adapter          sqlite3
Database schema version   20150722000009
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.10.5)
  * coffee-rails (4.1.0)
  * coffee-script (2.4.1)
  * coffee-script-source (1.9.1.1)
  * erubis (2.7.0)
  * execjs (2.5.2)
  * hike (1.2.3)
  * i18n (0.7.0)
  * jbuilder (1.5.3)
  * jquery-rails (3.1.3)
  * json (1.8.3)
  * mail (2.6.3)
  * mime-types (2.6.1)
  * minitest (4.7.5)
  * multi_json (1.11.2)
  * rack (1.5.5)
  * rack-test (0.6.3)
  * rails (4.0.13)
  * railties (4.0.13)
  * rake (10.4.2)
  * rdoc (4.2.0)
  * sass (3.4.16)
  * sass-rails (5.0.3)
  * sdoc (0.4.1)
  * sprockets (2.12.4)
  * sprockets-rails (2.1.4)
  * sqlite3 (1.3.10)
  * thor (0.19.1)
  * thread_safe (0.3.5)
  * tilt (1.4.1)
  * turbolinks (2.5.3)
  * tzinfo (0.3.44)
  * uglifier (2.7.1)
gem -v
2.4.3
/home/rubys/.rvm/rubies/ruby-2.1.5/bin/ruby -v
ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-linux]
rvm -v
1.26.11 (latest)
nodejs -v
v0.10.25
echo $PATH
/home/rubys/.rvm/gems/ruby-2.1.5/bin
/home/rubys/.rvm/gems/ruby-2.1.5@global/bin
/home/rubys/.rvm/rubies/ruby-2.1.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-57-generic x86_64

Todos

None!