Agile Web Development with Rails, Edition 5
Table of Contents
Environment
Fri, 02 Jun 2017 16:47:56 GMT
git log -1
commit 4d00d543c7372bff4523c38cb6583f59cdbe7257
Author: Kasper Timm Hansen <kaspth@gmail.com>
Date: Thu Jun 1 21:17:37 2017 +0200
Merge pull request #29314 from dskecse/replace-jquery_ujs-mention-with-rails-ujs
Replace an outdated mention of `jquery_ujs` with `rails-ujs`
rails about
About your application's environment
Rails version 5.1.1
Ruby version 2.3.3-p222 (x86_64-linux)
RubyGems version 2.6.8
Rack version 2.0.3
JavaScript Runtime Node.js (V8)
Middleware Rack::Sendfile,
ActionDispatch::Static,
ActionDispatch::Executor,
ActiveSupport::Cache::Strategy::LocalCache::Middleware,
Rack::Runtime,
Rack::MethodOverride,
ActionDispatch::RequestId,
ActionDispatch::RemoteIp,
Sprockets::Rails::QuietAssets,
Rails::Rack::Logger,
ActionDispatch::ShowExceptions,
WebConsole::Middleware,
ActionDispatch::DebugExceptions,
ActionDispatch::Reloader,
ActionDispatch::Callbacks,
ActiveRecord::Migration::CheckPending,
ActionDispatch::Cookies,
ActionDispatch::Session::CookieStore,
ActionDispatch::Flash,
Rack::Head,
Rack::ConditionalGet,
Rack::ETag,
I18n::JS::Middleware
Application root /home/rubys/git/awdwr/edition4/work-233-51/depot
Environment development
Database adapter sqlite3
Database schema version 20170602000009
bundle show
Gems included by the bundle:
* actioncable (5.1.1)
* actionmailer (5.1.1)
* actionpack (5.1.1)
* actionview (5.1.1)
* activejob (5.1.1)
* activemodel (5.1.1)
* activerecord (5.1.1)
* activesupport (5.1.1)
* addressable (2.5.1)
* arel (8.0.0)
* bindex (0.5.0)
* builder (3.2.3)
* bundler (1.15.1)
* byebug (9.0.6)
* capybara (2.14.0)
* childprocess (0.7.0)
* coffee-rails (4.2.2)
* coffee-script (2.4.1)
* coffee-script-source (1.12.2)
* concurrent-ruby (1.0.5)
* erubi (1.6.0)
* execjs (2.7.0)
* ffi (1.9.18)
* globalid (0.4.0)
* i18n (0.8.4)
* jbuilder (2.6.4)
* loofah (2.0.3)
* mail (2.6.5)
* method_source (0.8.2)
* mime-types (3.1)
* mime-types-data (3.2016.0521)
* mini_portile2 (2.1.0)
* minitest (5.8.5)
* multi_json (1.12.1)
* nio4r (2.1.0)
* nokogiri (1.7.2)
* pg (0.19.0)
* public_suffix (2.0.5)
* puma (3.9.0)
* queue_classic (3.2.0.RC1)
* rack (2.0.3)
* rack-test (0.6.3)
* rails (5.1.1)
* rails-dom-testing (2.0.3)
* rails-html-sanitizer (1.0.3)
* railties (5.1.1)
* rake (12.0.0)
* rb-inotify (0.9.9)
* rubyzip (1.2.1)
* sass (3.4.24)
* sass-rails (5.0.6)
* selenium-webdriver (3.4.0)
* 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 (3.5.1)
* websocket (1.2.4)
* websocket-driver (0.6.5)
* websocket-extensions (0.1.2)
* xpath (2.1.0)
gem -v
2.6.8
/home/rubys/.rvm/rubies/ruby-2.3.3/bin/ruby -v
ruby 2.3.3p222 (2016-11-21 revision 56859) [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.3.3/bin
/home/rubys/.rvm/gems/ruby-2.3.3@global/bin
/home/rubys/.rvm/rubies/ruby-2.3.3/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