Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Sun, 24 Feb 2013 15:26:28 GMT
git log -1
commit fb40358f4f3d0028bbcd1a8f1fc74b1453e2014a    
Merge: da5ca96 6fad6b5
Author: Carlos Antonio da Silva <carlosantoniodasilva@gmail.com>
Date:   Sat Feb 23 19:31:51 2013 -0800

    
    Merge pull request #9395 from yahonda/oracle_index_length
    
    Address failure test_rename_column_with_multi_column_index with Oracle
rake about
About your application's environment
Ruby version              2.0.0 (x86_64-linux)
RubyGems version          1.8.25
Rack version              1.5
Rails version             4.0.0.beta
JavaScript Runtime        Node.js (V8)
Active Record version     4.0.0.beta
Action Pack version       4.0.0.beta
Action Mailer version     4.0.0.beta
Active Support version    4.0.0.beta
Middleware                ActionDispatch::Static, Rack::Lock, #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x0000000355b010>, 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::EncryptedCookieStore, ActionDispatch::Flash, ActionDispatch::ParamsParser, Rack::Head, Rack::ConditionalGet, Rack::ETag
Application root          /home/rubys/git/awdwr/edition4/work-200/depot
Environment               development
Database adapter          sqlite3
Database schema version   20130224000009
bundle show
Gems included by the bundle:
  * actionmailer (4.0.0.beta)
  * actionpack (4.0.0.beta)
  * activemodel (4.0.0.beta)
  * activerecord (4.0.0.beta)
  * activerecord-deprecated_finders (0.0.3 5937f3e)
  * activeresource (4.0.0.beta d5be36d)
  * activesupport (4.0.0.beta)
  * arel (3.0.2.20120819075748 80f11e3)
  * atomic (1.0.1)
  * builder (3.1.4)
  * bundler (1.3.0.pre.8)
  * coffee-rails (4.0.0.beta a30c954)
  * coffee-script (2.2.0)
  * coffee-script-source (1.4.0)
  * erubis (2.7.0)
  * execjs (1.4.0)
  * hike (1.2.1)
  * i18n (0.6.1)
  * jbuilder (1.0.2)
  * jquery-rails (2.2.1)
  * json (1.7.7)
  * mail (2.5.3)
  * mime-types (1.21)
  * minitest (4.6.1)
  * multi_json (1.6.1)
  * polyglot (0.3.3)
  * rack (1.5.2)
  * rack-test (0.6.2)
  * rails (4.0.0.beta fb40358)
  * railties (4.0.0.beta)
  * rake (10.0.3)
  * rdoc (3.12.1)
  * sass (3.2.6)
  * sass-rails (4.0.0.beta f6431cf)
  * sprockets (2.8.2)
  * sprockets-rails (2.0.0.rc2 22270f8)
  * sqlite3 (1.3.7)
  * thor (0.17.0)
  * thread_safe (0.1.0)
  * tilt (1.3.3)
  * treetop (1.4.12)
  * turbolinks (1.0.0)
  * tzinfo (0.3.35)
  * uglifier (1.3.0)
gem -v
1.8.25
/home/rubys/.rvm/rubies/ruby-2.0.0-p0/bin/ruby -v
ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-linux]
rvm -v
rvm 1.18.11 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
node -v
v0.2.6
echo $PATH
/home/rubys/.rvm/gems/ruby-2.0.0-p0/bin
/home/rubys/.rvm/gems/ruby-2.0.0-p0@global/bin
/home/rubys/.rvm/rubies/ruby-2.0.0-p0/bin
/home/rubys/.rvm/bin
/usr/local/bin
/usr/bin
/bin
lsb_release -irc
Distributor ID:	Ubuntu
Release:	10.04
Codename:	lucid
uname -srm
Linux 2.6.32-45-generic x86_64

Todos

None!