Agile Web Development with Rails, Edition 4
Table of Contents
Environment
Fri, 02 Jun 2017 13:43:47 GMT
git log -1
commit f626b47d56061fc414791217c7904a51df2de226
Author: Rafael França <rafaelmfranca@gmail.com>
Date: Thu Apr 20 17:15:51 2017 -0400
Merge pull request #28815 from joshnuss/fix/hash-from-xml-nokogiri
Fixes Hash.from_xml with frozen strings for all engines
rake about
About your application's environment
Rails version 4.2.8
Ruby version 2.2.6-p396 (x86_64-linux)
RubyGems version 2.4.8
Rack version 1.6.8
JavaScript Runtime Node.js (V8)
Middleware Rack::Sendfile,
ActionDispatch::Static,
Rack::Lock,
#<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x000000018fdaa8>,
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,
ActionDispatch::ParamsParser,
Rack::Head,
Rack::ConditionalGet,
Rack::ETag,
I18n::JS::Middleware
Application root /home/rubys/git/awdwr/edition4/work-226-42/depot
Environment development
Database adapter sqlite3
Database schema version 20170602000009
bundle show
Gems included by the bundle:
* actionmailer (4.2.8)
* actionpack (4.2.8)
* actionview (4.2.8)
* activejob (4.2.8)
* activemodel (4.2.8)
* activerecord (4.2.8)
* activesupport (4.2.8)
* arel (6.0.4)
* binding_of_caller (0.7.2)
* builder (3.2.3)
* bundler (1.15.1)
* byebug (9.0.6)
* coffee-rails (4.1.1)
* coffee-script (2.4.1)
* coffee-script-source (1.12.2)
* concurrent-ruby (1.0.5)
* debug_inspector (0.0.3)
* erubis (2.7.0)
* execjs (2.7.0)
* globalid (0.4.0)
* i18n (0.8.4)
* jbuilder (2.6.4)
* jquery-rails (4.3.1)
* json (1.8.6)
* loofah (2.0.3)
* mail (2.6.5)
* mime-types (3.1)
* mime-types-data (3.2016.0521)
* mini_portile2 (2.1.0)
* minitest (5.3.3)
* multi_json (1.12.1)
* nokogiri (1.7.2)
* qu (0.2.0)
* qu-rails (0.2.0)
* rack (1.6.8)
* rack-test (0.6.3)
* rails (4.2.8)
* rails-deprecated_sanitizer (1.0.3)
* rails-dom-testing (1.0.8)
* rails-html-sanitizer (1.0.3)
* railties (4.2.8)
* rake (12.0.0)
* rdoc (4.3.0)
* sass (3.4.24)
* sass-rails (5.0.6)
* sdoc (0.4.2)
* spring (2.0.2)
* sprockets (3.7.1)
* sprockets-rails (3.2.0)
* sqlite3 (1.3.13)
* thor (0.19.4)
* thread_safe (0.3.6)
* tilt (2.0.7)
* turbolinks (5.0.1)
* turbolinks-source (5.0.3)
* tzinfo (1.2.3)
* uglifier (3.2.0)
* web-console (2.3.0)
gem -v
2.4.8
/home/rubys/.rvm/rubies/ruby-2.2.6/bin/ruby -v
ruby 2.2.6p396 (2016-11-15 revision 56800) [x86_64-linux]
rvm -v
1.29.1 (latest)
nodejs -v
v6.10.3
mysql --version
mysql Ver 14.14 Distrib 5.5.55, for debian-linux-gnu (x86_64) using readline 6.3
echo $PATH
/home/rubys/.rvm/gems/ruby-2.2.6/bin
/home/rubys/.rvm/gems/ruby-2.2.6@global/bin
/home/rubys/.rvm/rubies/ruby-2.2.6/bin
/home/rubys/.rvm/bin
/home/rubys/bin
/usr/bin
/bin
lsb_release -irc
Distributor ID: Ubuntu
Release: 14.04
Codename: trusty
uname -srm
Linux 3.13.0-119-generic x86_64
Todos
None!