Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Sat, 25 May 2013 07:48:32 GMT
git log -1
commit d87ee0a6fc35c80697e1ba1ea8d441bc1dc3fc79    
Author: Rafael Mendonça França <rafaelmfranca@gmail.com>
Date:   Thu May 23 06:58:10 2013 -0700

    
    Merge pull request #10713 from senny/10693_fix_primary_key_option_on_has_many
    
    Fix the `:primary_key` option for `has_many` associations.
    Conflicts:
    	activerecord/CHANGELOG.md
rake about
About your application's environment
Ruby version              1.9.3 (x86_64-linux)
RubyGems version          1.8.25
Rack version              1.5
Rails version             4.0.0.rc1
JavaScript Runtime        Node.js (V8)
Active Record version     4.0.0.rc1
Action Pack version       4.0.0.rc1
Action Mailer version     4.0.0.rc1
Active Support version    4.0.0.rc1
Middleware                ActionDispatch::Static, Rack::Lock, #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x00000002c3b2a0>, 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, Warden::Manager
Application root          /home/rubys/git/awdwr/edition4/work-193-40/depot
Environment               development
Database adapter          sqlite3
Database schema version   20130525000010
bundle show
Gems included by the bundle:
  * actionmailer (4.0.0.rc1)
  * actionpack (4.0.0.rc1)
  * activemodel (4.0.0.rc1)
  * activerecord (4.0.0.rc1)
  * activerecord-deprecated_finders (1.0.2)
  * activesupport (4.0.0.rc1)
  * arel (4.0.0.20130418133826 a1b7217)
  * atomic (1.1.9)
  * builder (3.1.4)
  * bundler (1.3.5)
  * coffee-rails (4.0.0 cbc4a6f)
  * coffee-script (2.2.0)
  * coffee-script-source (1.6.2)
  * erubis (2.7.0)
  * execjs (1.4.0)
  * hike (1.2.2)
  * i18n (0.6.4)
  * jbuilder (1.4.1)
  * jquery-rails (2.2.1)
  * json (1.8.0)
  * mail (2.5.4)
  * mime-types (1.23)
  * minitest (4.7.4)
  * multi_json (1.7.3)
  * polyglot (0.3.3)
  * rack (1.5.2)
  * rack-test (0.6.2)
  * rails (4.0.0.rc1 d87ee0a)
  * railties (4.0.0.rc1)
  * rake (10.0.4)
  * rdoc (3.12.2)
  * sass (3.2.9)
  * sass-rails (4.0.0.rc1 3379941)
  * sdoc (0.3.20)
  * sprockets (2.10.0)
  * sprockets-rails (2.0.0.rc4 733fedf)
  * sqlite3 (1.3.7)
  * thor (0.18.1)
  * thread_safe (0.1.0)
  * tilt (1.4.1)
  * treetop (1.4.12)
  * turbolinks (1.1.1)
  * tzinfo (0.3.37)
  * uglifier (2.1.1)
gem -v
1.8.25
/home/rubys/.rvm/rubies/ruby-1.9.3-p429/bin/ruby -v
ruby 1.9.3p429 (2013-05-15 revision 40747) [x86_64-linux]
rvm -v
rvm 1.20.12 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
node -v
v0.6.12
echo $PATH
/home/rubys/.rvm/gems/ruby-1.9.3-p429/bin
/home/rubys/.rvm/gems/ruby-1.9.3-p429@global/bin
/home/rubys/.rvm/rubies/ruby-1.9.3-p429/bin
/home/rubys/.rvm/bin
/home/rubys/bin
/usr/bin
/bin
lsb_release -irc
Distributor ID:	Ubuntu
Release:	12.04
Codename:	precise
uname -srm
Linux 3.2.0-44-generic x86_64

Todos

None!