Agile Web Development with Rails, Edition 4
Agile Web Development with Rails, Edition 4
Table of Contents
Environment
Thu, 09 Feb 2012 14:32:03 GMT
echo $PATH
/home/rubys/.rvm/gems/ruby-1.9.2-p290/bin:/home/rubys/.rvm/gems/ruby-1.9.2-p290@global/bin:/home/rubys/.rvm/rubies/ruby-1.9.2-p290/bin:/home/rubys/.rvm/bin:/usr/bin:/bin:/usr/local/bin
node -v
v0.2.6
/home/rubys/.rvm/rubies/ruby-1.9.2-p290/bin/ruby -v
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-linux]
gem -v
1.8.10
bundle show
Gems included by the bundle:
* actionmailer (3.1.3)
* actionpack (3.1.3)
* activemodel (3.1.3)
* activerecord (3.1.3)
* activeresource (3.1.3)
* activesupport (3.1.3)
* ansi (1.4.2)
* arel (2.2.1)
* builder (3.0.0)
* bundler (1.0.21)
* coffee-rails (3.1.1 d58b0eb)
* 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)
* jquery-rails (1.0.19)
* json (1.6.5)
* mail (2.3.0)
* mime-types (1.17.2)
* multi_json (1.0.4)
* polyglot (0.3.3)
* rack (1.3.6)
* rack-cache (1.1)
* rack-mount (0.8.3)
* rack-ssl (1.3.2)
* rack-test (0.6.1)
* rails (3.1.3 27357a6)
* railties (3.1.3)
* rake (0.9.2.2)
* rdoc (3.12)
* sass (3.1.14)
* sass-rails (3.1.5 7c653d8)
* sprockets (2.0.3)
* sqlite3 (1.3.5)
* thor (0.14.6)
* tilt (1.3.3)
* treetop (1.4.10)
* turn (0.8.2)
* tzinfo (0.3.31)
* uglifier (1.2.3)
rake about
About your application's environment
Ruby version 1.9.2 (x86_64-linux)
RubyGems version 1.8.10
Rack version 1.3
Rails version 3.1.3
JavaScript Runtime Node.js (V8)
Active Record version 3.1.3
Action Pack version 3.1.3
Active Resource version 3.1.3
Action Mailer version 3.1.3
Active Support version 3.1.3
Middleware ActionDispatch::Static, Rack::Lock, #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x000000042e24e0>, 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-192-31/depot
Environment development
Database adapter sqlite3
Database schema version 20110711000009
git log -1
commit 27357a6965eb81d87564f7143f5f87bc4d1a99fe
Merge: 423241c daa8686
Author: Jon Leighton <j@jonathanleighton.com>
Date: Tue Jan 31 09:56:12 2012 -0800
Merge pull request #4787 from kennyj/fix_4754-2
[Backport][3-1-stable] Fix GH #4754. Remove double-quote characters around PK when using sql_mode=ANSI_QUOTES
Todos