Agile Web Development with Rails, Edition 4
Agile Web Development with Rails, Edition 4
Table of Contents
Environment
Fri, 10 Feb 2012 02:21:49 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.10
bundle show
Gems included by the bundle:
* actionmailer (3.2.1)
* actionpack (3.2.1)
* activemodel (3.2.1)
* activerecord (3.2.1)
* activeresource (3.2.1)
* activesupport (3.2.1)
* arel (3.0.0.20120112113618 eebf5d7)
* builder (3.0.0)
* bundler (1.0.21)
* coffee-rails (3.2.2 a6fcdf2)
* coffee-script (2.2.0)
* coffee-script-source (1.2.0)
* erubis (2.7.0)
* execjs (1.3.0)
* hike (1.2.1)
* i18n (0.6.0)
* journey (1.0.1.20120208102204 38dd4ee)
* jquery-rails (2.0.0)
* json (1.6.5)
* mail (2.4.1)
* mime-types (1.17.2)
* multi_json (1.0.4)
* polyglot (0.3.3)
* rack (1.4.1)
* rack-cache (1.1)
* rack-ssl (1.3.2)
* rack-test (0.6.1)
* rails (3.2.1 6d17b36)
* railties (3.2.1)
* rake (0.9.2.2)
* rdoc (3.12)
* sass (3.1.14)
* sass-rails (3.2.4 571ba06)
* sprockets (2.1.2)
* sqlite3 (1.3.5)
* thor (0.14.6)
* tilt (1.3.3)
* treetop (1.4.10)
* tzinfo (0.3.31)
* uglifier (1.2.3)
rake about
About your application's environment
Ruby version 1.8.7 (x86_64-linux)
RubyGems version 1.8.10
Rack version 1.4
Rails version 3.2.1
JavaScript Runtime Node.js (V8)
Active Record version 3.2.1
Action Pack version 3.2.1
Active Resource version 3.2.1
Action Mailer version 3.2.1
Active Support version 3.2.1
Middleware ActionDispatch::Static, Rack::Lock, #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x7fa307aee938>, 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/depot
Environment development
Database adapter sqlite3
Database schema version 20110711000009
git log -1
commit 6d17b3677886438b208326df75b7d7ad6e7eadb4
Merge: d3d807a 7c167dd
Author: José Valim <jose.valim@plataformatec.com.br>
Date: Wed Feb 8 06:42:32 2012 -0800
Merge pull request #4941 from rafaelfranca/fix-build
Use real table and columns for index test
Todos