Agile Web Development with Rails, Edition 4
Table of Contents
Environment
Wed, 22 May 2013 22:45:51 GMT
git log -1
commit 99fafa9ad538f2e26f8481cdf9f40efeabb1a1d8
Author: Rafael Mendonça França <rafaelmfranca@gmail.com>
Date: Thu May 16 09:42:41 2013 -0700
Merge pull request #10636 from seanwalbran/fix-asset-host-proc-returning-nil
fix rails4 regression with asset_host Proc returning nil
rake about
About your application's environment
Ruby version 2.0.0 (x86_64-linux)
RubyGems version 2.0.3
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:0x0000000359e338>, 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-40/depot
Environment development
Database adapter sqlite3
Database schema version 20130522000010
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 99fafa9)
* 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.9.3)
* 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
2.0.3
/home/rubys/.rvm/rubies/ruby-2.0.0-p195/bin/ruby -v
ruby 2.0.0p195 (2013-05-14 revision 40734) [x86_64-linux]
rvm -v
rvm 1.20.11 (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-2.0.0-p195/bin
/home/rubys/.rvm/gems/ruby-2.0.0-p195@global/bin
/home/rubys/.rvm/rubies/ruby-2.0.0-p195/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-43-generic x86_64
Todos
None!