Agile Web Development with Rails, Edition 5
Table of Contents
Environment
Sat, 03 Jun 2017 04:45:27 GMT
git log -1
commit b0c66a2f92eaed20890164f8f90b466c4e140645
Author: Matthew Draper <matthew@trebex.net>
Date: Sun May 28 11:00:07 2017 +0930
Merge pull request #29249 from bradleypriest/numericality-precision-regression
Fix regression in Numericality validator
rails about
About your application's environment
Rails version 5.0.3
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,
Sprockets::Rails::QuietAssets,
Rails::Rack::Logger,
ActionDispatch::ShowExceptions,
WebConsole::Middleware,
ActionDispatch::DebugExceptions,
ActionDispatch::RemoteIp,
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-50/depot
Environment development
Database adapter sqlite3
Database schema version 20170603000009
bundle show
Gems included by the bundle:
* actioncable (5.0.3)
* actionmailer (5.0.3)
* actionpack (5.0.3)
* actionview (5.0.3)
* activejob (5.0.3)
* activemodel (5.0.3)
* activerecord (5.0.3)
* activesupport (5.0.3)
* arel (7.1.4)
* bindex (0.5.0)
* builder (3.2.3)
* bundler (1.15.1)
* byebug (9.0.6)
* coffee-rails (4.2.2)
* coffee-script (2.4.1)
* coffee-script-source (1.12.2)
* concurrent-ruby (1.0.5)
* erubis (2.7.0)
* execjs (2.7.0)
* ffi (1.9.18)
* globalid (0.4.0)
* i18n (0.8.4)
* jbuilder (2.6.4)
* jquery-rails (4.3.1)
* 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)
* puma (3.9.0)
* queue_classic (3.2.0.RC1)
* rack (2.0.3)
* rack-test (0.6.3)
* rails (5.0.3)
* rails-dom-testing (2.0.3)
* rails-html-sanitizer (1.0.3)
* railties (5.0.3)
* rake (12.0.0)
* rb-inotify (0.9.9)
* sass (3.4.24)
* sass-rails (5.0.6)
* 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-driver (0.6.5)
* websocket-extensions (0.1.2)
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
None!