Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Tue, 23 Sep 2014 07:43:29 GMT
git log -1
commit fc6accfa9ad8f2a9871c574a6d739388eea2a8f9    
Merge: 9a4e183 a1e38ef
Author: Abdelkader Boudih <terminale@gmail.com>
Date:   Tue Sep 23 01:28:51 2014 +0100

    
    Merge pull request #17018 from prathamesh-sonpatki/tenderlove
    
    Update changelog with tenderlove's entry
rake about
About your application's environment
Ruby version              2.1.0-p0 (x86_64-linux)
RubyGems version          2.2.2
Rack version              1.5
Rails version             4.2.0.beta1
JavaScript Runtime        Node.js (V8)
Active Record version     4.2.0.beta1
Action Pack version       4.2.0.beta1
Action View version       4.2.0.beta1
Action Mailer version     4.2.0.beta1
Active Support version    4.2.0.beta1
Active Model version      4.2.0.beta1
Middleware                Rack::Sendfile,
                          ActionDispatch::Static,
                          Rack::Lock,
                          #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x000000049a7e10>,
                          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-210/depot
Environment               development
Database adapter          sqlite3
Database schema version   20140923000009
bundle show
Gems included by the bundle:
  * actionmailer (4.2.0.beta1)
  * actionpack (4.2.0.beta1)
  * actionview (4.2.0.beta1)
  * activejob (4.2.0.beta1)
  * activemodel (4.2.0.beta1)
  * activerecord (4.2.0.beta1)
  * activesupport (4.2.0.beta1)
  * arel (6.0.0.beta1)
  * binding_of_caller (0.7.3.pre1)
  * builder (3.2.2)
  * bundler (1.7.3)
  * byebug (3.4.0)
  * coffee-rails (4.0.1)
  * coffee-script (2.3.0)
  * coffee-script-source (1.8.0)
  * columnize (0.8.9)
  * debug_inspector (0.0.2)
  * debugger-linecache (1.2.0)
  * erubis (2.7.0)
  * execjs (2.2.1)
  * globalid (0.3.0)
  * hike (1.2.3)
  * i18n (0.7.0.beta1)
  * jbuilder (2.1.3)
  * jquery-rails (4.0.0.beta2)
  * json (1.8.1)
  * loofah (2.0.1)
  * mail (2.6.1)
  * mime-types (2.3)
  * mini_portile (0.6.0)
  * minitest (5.4.1)
  * multi_json (1.10.1)
  * nokogiri (1.6.3.1)
  * qu (0.2.0)
  * qu-rails (0.2.0)
  * rack (1.6.0.beta)
  * rack-test (0.6.2)
  * rails (4.2.0.beta1)
  * rails-deprecated_sanitizer (1.0.2)
  * rails-dom-testing (1.0.2)
  * rails-html-sanitizer (1.0.0)
  * railties (4.2.0.beta1)
  * rake (10.3.2)
  * rdoc (4.1.2)
  * sass (3.4.5)
  * sass-rails (5.0.0.beta1)
  * sdoc (0.4.1)
  * slop (3.6.0)
  * spring (1.1.3)
  * sprockets (2.12.2)
  * sprockets-rails (3.0.0.beta1)
  * sqlite3 (1.3.9)
  * thor (0.19.1)
  * thread_safe (0.3.4)
  * tilt (1.4.1)
  * turbolinks (2.3.0)
  * tzinfo (1.2.2)
  * uglifier (2.5.3)
  * web-console (2.0.0.beta3)
gem -v
2.2.2
/home/rubys/.rvm/rubies/ruby-2.1.0/bin/ruby -v
ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-linux]
rvm -v
1.25.31 (stable)
nodejs -v
v0.10.25
echo $PATH
/home/rubys/.rvm/gems/ruby-2.1.0/bin
/home/rubys/.rvm/gems/ruby-2.1.0@global/bin
/home/rubys/.rvm/rubies/ruby-2.1.0/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-36-generic x86_64

Todos

None!