Agile Web Development with Rails, Edition 4
Agile Web Development with Rails, Edition 4
Table of Contents
Environment
Tue, 18 Oct 2011 13:23:22 GMT
echo $PATH
/home/rubys/.rvm/gems/ruby-1.8.8-r32746/bin:/home/rubys/.rvm/gems/ruby-1.8.8-r32746@global/bin:/home/rubys/.rvm/rubies/ruby-1.8.8-r32746/bin:/home/rubys/.rvm/bin:/usr/bin:/bin:/usr/local/bin
node -v
v0.2.6
/home/rubys/.rvm/rubies/ruby-1.8.8-r32746/bin/ruby -v
ruby 1.8.8dev (2011-07-30) [x86_64-linux]
gem -v
1.3.7
bundle show
Gems included by the bundle:
* abstract (1.0.0)
* actionmailer (3.0.10)
* actionpack (3.0.10)
* activemodel (3.0.10)
* activerecord (3.0.10)
* activeresource (3.0.10)
* activesupport (3.0.10)
* arel (2.0.10)
* builder (2.1.2)
* bundler (1.0.15)
* erubis (2.6.6)
* i18n (0.5.0)
* json (1.6.1)
* mail (2.2.19)
* mime-types (1.16)
* polyglot (0.3.2)
* rack (1.2.4)
* rack-mount (0.6.14)
* rack-test (0.5.7)
* rails (3.0.10 fd67735)
* railties (3.0.10)
* rake (0.9.2)
* rdoc (3.11)
* sqlite3 (1.3.4)
* thor (0.14.6)
* treetop (1.4.10)
* tzinfo (0.3.30)
rake about
About your application's environment
Ruby version 1.8.8 (x86_64-linux)
RubyGems version 1.3.7
Rack version 1.2
Rails version 3.0.10
Active Record version 3.0.10
Action Pack version 3.0.10
Active Resource version 3.0.10
Action Mailer version 3.0.10
Active Support version 3.0.10
Middleware ActionDispatch::Static, Rack::Lock, ActiveSupport::Cache::Strategy::LocalCache, Rack::Runtime, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::RemoteIp, Rack::Sendfile, ActionDispatch::Callbacks, ActiveRecord::ConnectionAdapters::ConnectionManagement, ActiveRecord::QueryCache, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, ActionDispatch::ParamsParser, Rack::MethodOverride, ActionDispatch::Head, ActionDispatch::BestStandardsSupport
Application root /home/rubys/git/awdwr/edition4/work-188-30/depot
Environment development
Database adapter sqlite3
Database schema version 20110711000009
git log -1
commit fd677351ce7642bdd7f448a43c5a189fded51376
Merge: e2c03bf 68ae66d
Author: Vijay Dev <vijaydev.cse@gmail.com>
Date: Mon Oct 17 05:56:44 2011 -0700
Merge pull request #3330 from arunagw/ignore_sqlnet_3-0-stable
Ignore sqlnet 3 0 stable
Todos
-
Section 14.5:
Is this the best way to detect request format?
-
Section 12.3
: ArgumentError: assertion message must be String or Proc: <#<Test::Unit::Assertions::AssertionMessage:0x7fc342e91b98 @head=nil, @parameters=["Customer 100", "Dave Thomas"], @template_string="<?> expected but was\n<?>.">>(<Test::Unit::Assertions::AssertionMessage>)
-
Section 21.1
: ArgumentError: assertion message must be String or Proc: <#<Test::Unit::Assertions::AssertionMessage:0x7fc342a2e038 @head=nil, @parameters=[/"1 minute"/, " def index"], @template_string="<?> expected but was\n<?>.">>(<Test::Unit::Assertions::AssertionMessage>)
-
Section 26.1
: ArgumentError: assertion message must be String or Proc: <#<Test::Unit::Assertions::AssertionMessage:0x7fc342722240 @head=nil, @parameters=["Is 4111111111111111 valid? false", "gem 'will_paginate', '~> 3.0'"], @template_string="<?> expected but was\n<?>.">>(<Test::Unit::Assertions::AssertionMessage>)