Agile Web Development with Rails, Edition 4
Table of Contents
Environment
Tue, 26 Feb 2013 01:20:59 GMT
git log -1
commit 0761bb029886bb6920a404ecf409013f83a44f58
Merge: e9d6592 6df2db3
Author: Rafael Mendonça França <rafaelmfranca@gmail.com>
Date: Sun Feb 24 18:58:25 2013 -0800
Merge pull request #9408 from mikeycgto/origin/3-2-stable
Update RUBY_VERSION check for performance testing to handle 2.0.0
rake about
About your application's environment
Ruby version 2.0.0 (x86_64-linux)
RubyGems version 1.8.25
Rack version 1.4
Rails version 3.2.12
JavaScript Runtime Node.js (V8)
Active Record version 3.2.12
Action Pack version 3.2.12
Active Resource version 3.2.12
Action Mailer version 3.2.12
Active Support version 3.2.12
Middleware ActionDispatch::Static, Rack::Lock, #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x000000025ca060>, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::DebugExceptions, ActionDispatch::RemoteIp, ActionDispatch::Reloader, ActionDispatch::Callbacks, ActiveRecord::ConnectionAdapters::ConnectionManagement, ActiveRecord::QueryCache, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, ActionDispatch::ParamsParser, ActionDispatch::Head, Rack::ConditionalGet, Rack::ETag, ActionDispatch::BestStandardsSupport
Application root /home/rubys/git/awdwr/edition4/work-200-32/depot
Environment development
Database adapter sqlite3
Database schema version 20130225000009
bundle show
Gems included by the bundle:
* actionmailer (3.2.12)
* actionpack (3.2.12)
* activemodel (3.2.12)
* activerecord (3.2.12)
* activeresource (3.2.12)
* activesupport (3.2.12)
* arel (3.0.2.20120221150532 d3a8fa9)
* builder (3.0.4)
* bundler (1.3.0)
* coffee-rails (3.2.2 c8f3df3)
* coffee-script (2.2.0)
* coffee-script-source (1.5.0)
* erubis (2.7.0)
* execjs (1.4.0)
* hike (1.2.1)
* i18n (0.6.2)
* journey (1.0.4.20120614141756 ebe574d)
* jquery-rails (2.2.1)
* json (1.7.7)
* mail (2.5.3)
* mime-types (1.21)
* multi_json (1.6.1)
* polyglot (0.3.3)
* rack (1.4.5)
* rack-cache (1.2)
* rack-ssl (1.3.3)
* rack-test (0.6.2)
* rails (3.2.12 0761bb0)
* railties (3.2.12)
* rake (10.0.3)
* rdoc (3.12.2)
* sass (3.2.6)
* sass-rails (3.2.6 0e2c205)
* sprockets (2.2.2)
* sqlite3 (1.3.7)
* thor (0.17.0)
* tilt (1.3.3)
* treetop (1.4.12)
* 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.14 (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!