Agile Web Development with Rails, Edition 4
Agile Web Development with Rails, Edition 4
Table of Contents
Environment
Sat, 30 Jun 2012 13:24:42 GMT
echo $PATH
/home/rubys/.rvm/gems/ruby-1.8.7-p352/bin:/home/rubys/.rvm/gems/ruby-1.8.7-p352@global/bin:/home/rubys/.rvm/rubies/ruby-1.8.7-p352/bin:/home/rubys/.rvm/bin:/usr/bin:/bin:/usr/local/bin
node -v
v0.2.6
/home/rubys/.rvm/rubies/ruby-1.8.7-p352/bin/ruby -v
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
gem -v
1.8.21
bundle show
Gems included by the bundle:
* actionmailer (3.1.6)
* actionpack (3.1.6)
* activemodel (3.1.6)
* activerecord (3.1.6)
* activeresource (3.1.6)
* activesupport (3.1.6)
* arel (2.2.3)
* builder (3.0.0)
* bundler (1.1.3)
* coffee-rails (3.1.1 d58b0eb)
* coffee-script (2.2.0)
* coffee-script-source (1.3.3)
* erubis (2.7.0)
* execjs (1.4.0)
* hike (1.2.1)
* i18n (0.6.0)
* jquery-rails (1.0.19)
* json (1.7.3)
* mail (2.3.3)
* mime-types (1.19)
* multi_json (1.2.0)
* polyglot (0.3.3)
* rack (1.3.6)
* rack-cache (1.2)
* rack-mount (0.8.3)
* rack-ssl (1.3.2)
* rack-test (0.6.1)
* rails (3.1.6 28e744d)
* railties (3.1.6)
* rake (0.9.2.2)
* rdoc (3.12)
* sass (3.1.20)
* sass-rails (3.1.6 fc56843)
* sprockets (2.0.4)
* sqlite3 (1.3.6)
* thor (0.14.6)
* tilt (1.3.3)
* treetop (1.4.10)
* tzinfo (0.3.33)
* uglifier (1.2.4)
rake about
About your application's environment
Ruby version 1.8.7 (x86_64-linux)
RubyGems version 1.8.21
Rack version 1.3
Rails version 3.1.6
JavaScript Runtime Node.js (V8)
Active Record version 3.1.6
Action Pack version 3.1.6
Active Resource version 3.1.6
Action Mailer version 3.1.6
Active Support version 3.1.6
Middleware ActionDispatch::Static, Rack::Lock, #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x7f7ab5b83b20>, Rack::Runtime, Rack::MethodOverride, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::RemoteIp, Rack::Sendfile, 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-31/depot
Environment development
Database adapter sqlite3
Database schema version 20110711000009
git log -1
commit 28e744d682f82c370646c688e99b72a3393e1e14
Author: Aaron Patterson <aaron.patterson@gmail.com>
Date: Thu Jun 14 10:55:30 2012 -0700
adding a test for #6459
Todos