Agile Web Development with Rails, Edition 4
Table of Contents
Environment
Wed, 27 Jan 2016 20:59:04 GMT
git log -1
commit 2c131141ca5018f41f85be429a02afac93a0241d
Author: Rafael Mendonça França <rafaelmfranca@gmail.com>
Date: Wed Jan 27 15:44:26 2016 -0500
Remove celluloid from the Gemfile
rake about
About your application's environment
Rails version 5.0.0.beta1.1
Ruby version 2.3.0-p0 (x86_64-linux)
RubyGems version 2.5.1
Rack version 2.0.0.alpha
JavaScript Runtime Node.js (V8)
Middleware Rack::Sendfile,
ActionDispatch::Static,
ActionDispatch::LoadInterlock,
ActiveSupport::Cache::Strategy::LocalCache::Middleware,
Rack::Runtime,
Rack::MethodOverride,
ActionDispatch::RequestId,
Rails::Rack::Logger,
ActionDispatch::ShowExceptions,
WebConsole::Middleware,
ActionDispatch::DebugExceptions,
ActionDispatch::RemoteIp,
ActionDispatch::Reloader,
ActionDispatch::Callbacks,
ActiveRecord::Migration::CheckPending,
ActiveRecord::ConnectionAdapters::ConnectionManagement,
ActiveRecord::QueryCache,
ActionDispatch::Cookies,
ActionDispatch::Session::CookieStore,
ActionDispatch::Flash,
Rack::Head,
Rack::ConditionalGet,
Rack::ETag,
ActionView::Digestor::PerRequestDigestCacheExpiry
Application root /home/rubys/git/awdwr/edition4/work-230/depot
Environment development
Database adapter sqlite3
Database schema version 20160127205644
bundle show
Gems included by the bundle:
* actioncable (5.0.0.beta1.1)
* actionmailer (5.0.0.beta1.1)
* actionpack (5.0.0.beta1.1)
* actionview (5.0.0.beta1.1)
* activejob (5.0.0.beta1.1)
* activemodel (5.0.0.beta1.1)
* activerecord (5.0.0.beta1.1)
* activesupport (5.0.0.beta1.1)
* arel (7.0.0)
* bcrypt (3.1.10)
* builder (3.2.2)
* bundler (1.11.2)
* byebug (8.2.1)
* coffee-rails (4.1.1)
* coffee-script (2.4.1)
* coffee-script-source (1.10.0)
* concurrent-ruby (1.0.0)
* debug_inspector (0.0.2)
* em-hiredis (0.3.0)
* erubis (2.7.0)
* eventmachine (1.0.9.1)
* execjs (2.6.0)
* faye-websocket (0.10.2)
* globalid (0.3.6)
* hiredis (0.5.2)
* i18n (0.7.0)
* jbuilder (2.4.0)
* jquery-rails (4.1.0)
* jquery-ui-rails (5.0.5)
* json (1.8.3)
* loofah (2.0.3)
* mail (2.6.3)
* method_source (0.8.2)
* mime-types (2.99)
* mini_portile2 (2.0.0)
* minitest (5.8.3)
* multi_json (1.11.2)
* nokogiri (1.6.7.2)
* pg (0.18.4)
* puma (2.15.3)
* qu (0.2.0)
* qu-rails (0.2.0)
* queue_classic (3.2.0.RC1)
* rack (2.0.0.alpha)
* rack-test (0.6.3)
* rails (5.0.0.beta1.1)
* rails-deprecated_sanitizer (1.0.3)
* rails-dom-testing (1.0.7)
* rails-html-sanitizer (1.0.3)
* railties (5.0.0.beta1.1)
* rake (10.5.0)
* redis (3.2.2)
* sass (3.4.21)
* sass-rails (5.0.4)
* spring (1.6.2)
* sprockets (3.5.2)
* sprockets-rails (3.0.0)
* sqlite3 (1.3.11)
* thor (0.19.1)
* thread_safe (0.3.5)
* tilt (2.0.2)
* turbolinks (2.5.3)
* tzinfo (1.2.2)
* uglifier (2.7.2)
* web-console (3.1.0)
* websocket-driver (0.6.3)
* websocket-extensions (0.1.2)
gem -v
2.5.1
/home/rubys/.rvm/rubies/ruby-2.3.0/bin/ruby -v
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux]
rvm -v
1.26.11 (latest)
nodejs -v
v0.10.25
echo $PATH
/home/rubys/.rvm/gems/ruby-2.3.0/bin
/home/rubys/.rvm/gems/ruby-2.3.0@global/bin
/home/rubys/.rvm/rubies/ruby-2.3.0/bin
/home/rubys/.rvm/bin
/usr/local/bin
/usr/bin
/bin
lsb_release -irc
Distributor ID: Ubuntu
Release: 14.04
Codename: trusty
uname -srm
Linux 3.13.0-76-generic x86_64
Todos
-
Section 10.1
: Expected at least 1 element matching "li", found 0.
<0> expected to be
>=
<1>.
-
Section 10.2
: Expected at least 1 element matching "a[href='http://localhost:3000/']", found 0.
<0> expected to be
>=
<1>.
-
Section 10.3
: Expected at least 1 element matching "#notice", found 0.
<0> expected to be
>=
<1>.
-
Section 10.4
: RuntimeError: Edit test/controllers/carts_controller_test.rb failed at makedepot.rb:1373
-
Section 11.1
: <Your Cart> expected.
<0> expected to be
>=
<1>.
-
Section 11.4
: Expected at least 1 element matching "#cart[style="display: none"]", found 0.
<0> expected to be
>=
<1>.
-
Section 11.6
: RuntimeError: Edit test/controllers/line_items_controller_test.rb failed at makedepot.rb:1801
-
Section 12.1
: RuntimeError: Edit test/controllers/orders_controller_test.rb failed at makedepot.rb:2153
-
Section 12.2
: Missing <summary type="xhtml">.
<0> expected to be
>=
<1>.
-
Section 12.4
: Missing <email>customer@example.com</email>.
<0> expected to be
>=
<1>.
-
Section 13.1
: RuntimeError: Edit app/mailers/order_notifier.rb failed at makedepot.rb:2543
-
Section 13.2
: 3 (tests|runs), 47 assertions, 0 failures, 0 errors.
<0> expected to be
>=
<1>.
-
Section 14.1
: RuntimeError: Edit test/controllers/users_controller_test.rb failed at makedepot.rb:2834
-
Section 14.2
: 57 (tests|runs), 172 assertions, 0 failures, 0 errors.
<0> expected to be
>=
<1>.
-
Section 14.3
: 57 (tests|runs), 172 assertions, 0 failures, 0 errors.
<0> expected to be
>=
<1>.
-
Section 14.4
: Expected at least 1 element matching "legend", found 0.
<0> expected to be
>=
<1>.
-
Section 6.1
[ Ticket 628
]: Turbolinks: why is v3.0 not out yet?
-
Section 6.2
: RuntimeError: Ticket sprockets-rails:321: Adding new images requires a server restart in development
-
Section 7.1
: RuntimeError: Edit test/controllers/products_controller_test.rb failed at makedepot.rb:408
-
Section 8.1
: RuntimeError: Edit config/routes.rb failed at makedepot.rb:498
-
Section 8.2
: Expected at least 1 element matching "#banner", found 0.
<0> expected to be
>=
<1>.
-
Section 8.3
: Expected at least 1 element matching "span.price", found 0.
<0> expected to be
>=
<1>.
-
Section 8.4
: 13 (tests|runs), 37 assertions, 0 failures, 0 errors.
<0> expected to be
>=
<1>.
-
Section 9.2
: 22 (tests|runs), 44 assertions, 0 failures, 0 errors.
<0> expected to be
>=
<1>.
-
Section 9.3
: Expected at least 1 element matching "input[type=submit][value="Add to Cart"]", found 0.
<0> expected to be
>=
<1>.
-
Section 9.4
: RuntimeError: Edit test/controllers/line_items_controller_test.rb failed at makedepot.rb:1025