Agile Web Development with Rails, Edition 4
Agile Web Development with Rails, Edition 4
Table of Contents
Environment
Tue, 18 Oct 2011 16:48:00 GMT
echo $PATH
/home/rubys/.rvm/gems/ruby-1.9.3-r33476/bin:/home/rubys/.rvm/gems/ruby-1.9.3-r33476@global/bin:/home/rubys/.rvm/rubies/ruby-1.9.3-r33476/bin:/home/rubys/.rvm/bin:/usr/bin:/bin:/usr/local/bin
node -v
v0.2.6
/home/rubys/.rvm/rubies/ruby-1.9.3-r33476/bin/ruby -v
ruby 1.9.4dev (2011-10-18 trunk 33476) [x86_64-linux]
gem -v
1.8.11
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.21)
* 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.9.4 (x86_64-linux)
RubyGems version 1.8.11
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, 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-193-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 10.4
: 7 tests, 25 assertions, 0 failures, 0 errors.
-
Section 11.6
: \d tests, 2\d assertions, 0 failures, 0 errors.
-
Section 12.4
: \d tests, [23]\d assertions, 0 failures, 0 errors.
-
Section 13.2
: ArgumentError: assertion message must be String or Proc: <</3 tests, \d+ assertions, 0 failures, 0 errors/> expected.
-
Section 14.2
: 47 tests, [78]\d assertions, 0 failures, 0 errors.
-
Section 14.3
: 47 tests, [78]\d assertions, 0 failures, 0 errors.
-
Section 14.5
: 48 tests, [78]\d assertions, 0 failures, 0 errors.
-
Section 15.4
: 1?\d tests, [23]\d assertions, 0 failures, 0 errors.
-
Section 20.1
: 1\d tests, 4\d assertions, 0 failures, 0 errors.
-
Section 26.3
: Expected at least 1 element matching "h1", found 0.
-
Section 2
: ArgumentError: assertion message must be String or Proc: <<"Hello from Rails!"> expected.
-
Section 6.1
: <"<pre class=\"stderr\">/home/rubys/.rvm/rubies/ruby-1.9.3-r33476/lib/ruby/..."> expected to be =~
</\d+ tests, \d+ assertions, 0 failures, 0 errors/>.
-
Section 7.1
: (1|0) tests, (1|0) assertions, 0 failures, 0 errors.
-
Section 7.2
: 5 tests, 23 assertions, 0 failures, 0 errors.
-
Section 8.4
: ArgumentError: assertion message must be String or Proc: <</5 tests, 23 assertions, 0 failures, 0 errors/> expected.
-
Section 9.4
: \d tests, 2\d assertions, 0 failures, 0 errors.