Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Mon, 30 Mar 2015 10:47:19 GMT
git log -1
commit e2a96c071216d14659294a5a7645878656c30916    
Merge: 6b53283 a8225ee
Author: Rafael Mendonça França <rafaelmfranca@gmail.com>
Date:   Sun Mar 29 23:22:27 2015 -0300

    
    Merge pull request #19587 from rails/rm-sprockets-3
    
    Test using sprockets 3
rake about
About your application's environment
Rails version             5.0.0.alpha
Ruby version              2.3.0-p-1 (x86_64-linux)
RubyGems version          2.4.6
Rack version              1.5
JavaScript Runtime        Node.js (V8)
Middleware                Rack::Sendfile,
                          ActionDispatch::Static,
                          Rack::Lock,
                          #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x00000003c36e98>,
                          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-220/depot
Environment               development
Database adapter          sqlite3
Database schema version   20150330000009
bundle show
Gems included by the bundle:
  * actionmailer (5.0.0.alpha)
  * actionpack (5.0.0.alpha)
  * actionview (5.0.0.alpha)
  * activejob (5.0.0.alpha)
  * activemodel (5.0.0.alpha)
  * activerecord (5.0.0.alpha)
  * activesupport (5.0.0.alpha)
  * arel (7.0.0.alpha)
  * binding_of_caller (0.7.2)
  * builder (3.2.2)
  * bundler (1.9.1)
  * byebug (4.0.4)
  * coffee-rails (4.1.0)
  * coffee-script (2.3.0)
  * coffee-script-source (1.9.1)
  * columnize (0.9.0)
  * debug_inspector (0.0.2)
  * erubis (2.7.0)
  * execjs (2.4.0)
  * globalid (0.3.3)
  * hike (1.2.3)
  * i18n (0.7.0)
  * jbuilder (2.2.12)
  * jquery-rails (4.0.3)
  * json (1.8.2)
  * loofah (2.0.1)
  * mail (2.6.3.edge)
  * method_source (0.8.2)
  * mime-types (2.4.3)
  * mini_portile (0.6.2)
  * minitest (5.5.1)
  * multi_json (1.11.0)
  * nokogiri (1.6.6.2)
  * qu (0.2.0)
  * qu-rails (0.2.0)
  * rack (1.6.0)
  * rack-test (0.6.3)
  * rails (5.0.0.alpha)
  * rails-deprecated_sanitizer (1.0.3)
  * rails-dom-testing (1.0.6)
  * rails-html-sanitizer (1.0.2)
  * railties (5.0.0.alpha)
  * rake (10.4.2)
  * sass (3.4.13)
  * sass-rails (5.0.2)
  * spring (1.3.3)
  * sprockets (2.12.3)
  * sprockets-rails (2.2.4)
  * sqlite3 (1.3.10)
  * thor (0.19.1)
  * thread_safe (0.3.5)
  * tilt (1.4.1)
  * turbolinks (2.5.3)
  * tzinfo (1.2.2)
  * uglifier (2.7.1)
  * web-console (2.1.2)
gem -v
2.4.6
/home/rubys/.rvm/rubies/ruby-head-n50123/bin/ruby -v
ruby 2.3.0dev (2015-03-30 trunk 50123) [x86_64-linux]
rvm -v
1.26.10 (latest)
nodejs -v
v0.10.25
echo $PATH
/home/rubys/.rvm/gems/ruby-head-n50123/bin
/home/rubys/.rvm/gems/ruby-head-n50123@global/bin
/home/rubys/.rvm/rubies/ruby-head-n50123/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-46-generic x86_64

Todos