Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Sun, 06 Mar 2016 23:43:36 GMT
git log -1
commit 3f0cbcbea02e4b96309b18c8584f538c120e21fb    
Author: Rafael Mendonça França <rafaelmfranca@gmail.com>
Date:   Sat Mar 5 20:07:27 2016 -0300

    
    Update the rendering guide to match the current behavior
    
    In the latest security releases render with a trailing slash no more call
    render :file.
    
    Also add a note about the security implications of using it with user
    parameters.
rake about
About your application's environment
Rails version             4.2.5.2
Ruby version              2.1.5-p273 (x86_64-linux)
RubyGems version          2.4.3
Rack version              1.6.4
JavaScript Runtime        Node.js (V8)
Middleware                Rack::Sendfile,
                          ActionDispatch::Static,
                          Rack::Lock,
                          #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x00000002a692d8>,
                          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,
                          ActionDispatch::ParamsParser,
                          Rack::Head,
                          Rack::ConditionalGet,
                          Rack::ETag
Application root          /home/rubys/git/awdwr/edition4/work-215-42/depot
Environment               development
Database adapter          sqlite3
Database schema version   20160306000009
bundle show
Gems included by the bundle:
  * actionmailer (4.2.5.2)
  * actionpack (4.2.5.2)
  * actionview (4.2.5.2)
  * activejob (4.2.5.2)
  * activemodel (4.2.5.2)
  * activerecord (4.2.5.2)
  * activesupport (4.2.5.2)
  * arel (6.0.3)
  * binding_of_caller (0.7.2)
  * builder (3.2.2)
  * bundler (1.11.2)
  * byebug (8.2.2)
  * coffee-rails (4.1.1)
  * coffee-script (2.4.1)
  * coffee-script-source (1.10.0)
  * concurrent-ruby (1.0.1)
  * 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.0)
  * json (1.8.3)
  * loofah (2.0.3)
  * mail (2.6.3)
  * mime-types (2.99.1)
  * mini_portile2 (2.0.0)
  * minitest (5.8.4)
  * multi_json (1.11.2)
  * nokogiri (1.6.7.2)
  * qu (0.2.0)
  * qu-rails (0.2.0)
  * rack (1.6.4)
  * rack-test (0.6.3)
  * rails (4.2.5.2)
  * rails-deprecated_sanitizer (1.0.3)
  * rails-dom-testing (1.0.7)
  * rails-html-sanitizer (1.0.3)
  * railties (4.2.5.2)
  * rake (10.5.0)
  * rdoc (4.2.2)
  * sass (3.4.21)
  * sass-rails (5.0.4)
  * sdoc (0.4.1)
  * spring (1.6.4)
  * sprockets (3.5.2)
  * sprockets-rails (3.0.4)
  * sqlite3 (1.3.11)
  * thor (0.19.1)
  * thread_safe (0.3.5)
  * tilt (2.0.2)
  * turbolinks (2.5.3)
  * tzinfo (1.2.2)
  * uglifier (2.7.2)
  * web-console (2.3.0)
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
mysql --version
mysql  Ver 14.14 Distrib 5.5.47, for debian-linux-gnu (x86_64) using readline 6.3
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-79-generic x86_64

Todos

None!