Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Tue, 18 Nov 2014 14:42:50 GMT
git log -1
commit 042c7cb9ccfb771dcfd3dcacb7cb2d19d3747853    
Merge: 77d23ff b32babc
Author: Aaron Patterson <aaron.patterson@gmail.com>
Date:   Mon Nov 17 07:58:35 2014 -0800

    
    Merge branch '4-1-sec' into 4-1-stable
    
    * 4-1-sec:
      bumping version for relesase
      correctly escape backslashes in request path globs
rake about
About your application's environment
Ruby version              2.1.2-p95 (x86_64-linux)
RubyGems version          2.2.2
Rack version              1.5
Rails version             4.1.8
JavaScript Runtime        Node.js (V8)
Active Record version     4.1.8
Action Pack version       4.1.8
Action View version       4.1.8
Action Mailer version     4.1.8
Active Support version    4.1.8
Middleware                Rack::Sendfile,
                          ActionDispatch::Static,
                          Rack::Lock,
                          #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x000000020af008>,
                          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-212-41/depot
Environment               development
Database adapter          sqlite3
Database schema version   20141118000009
bundle show
Gems included by the bundle:
  * actionmailer (4.1.8)
  * actionpack (4.1.8)
  * actionview (4.1.8)
  * activemodel (4.1.8)
  * activerecord (4.1.8)
  * activesupport (4.1.8)
  * arel (5.0.1.20140414130214)
  * builder (3.2.2)
  * bundler (1.7.6)
  * coffee-rails (4.1.0)
  * coffee-script (2.3.0)
  * coffee-script-source (1.8.0)
  * erubis (2.7.0)
  * execjs (2.2.2)
  * hike (1.2.3)
  * i18n (0.6.11)
  * jbuilder (2.2.5)
  * jquery-rails (3.1.2)
  * json (1.8.1)
  * mail (2.6.3)
  * mime-types (2.4.3)
  * minitest (5.4.3)
  * multi_json (1.10.1)
  * rack (1.5.2)
  * rack-test (0.6.2)
  * rails (4.1.8)
  * railties (4.1.8)
  * rake (10.3.2)
  * rdoc (4.1.2)
  * sass (3.4.8)
  * sass-rails (5.0.0.beta1)
  * sdoc (0.4.1)
  * spring (1.1.3)
  * sprockets (2.12.3)
  * sprockets-rails (2.1.4)
  * sqlite3 (1.3.10)
  * thor (0.19.1)
  * thread_safe (0.3.4)
  * tilt (1.4.1)
  * turbolinks (2.5.2)
  * tzinfo (1.2.2)
  * uglifier (2.5.3)
gem -v
2.2.2
/home/rubys/.rvm/rubies/ruby-2.1.2/bin/ruby -v
ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux]
rvm -v
1.25.34 (latest)
nodejs -v
v0.10.25
echo $PATH
/home/rubys/.rvm/gems/ruby-2.1.2/bin
/home/rubys/.rvm/gems/ruby-2.1.2@global/bin
/home/rubys/.rvm/rubies/ruby-2.1.2/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-39-generic x86_64

Todos

None!