Agile Web Development with Rails, Edition 4
Table of Contents
Environment
Fri, 06 May 2016 07:42:52 GMT
git log -1
commit 41b4d81b4fd14cbf43060c223bea0f461256d099
Merge: abd4ac7 5b5f7ac
Author: Arthur Nogueira Neves <github@arthurnn.com>
Date: Mon Mar 7 20:01:01 2016 -0500
Merge pull request #24098 from kamipo/fix_typo_sslcipher-4-1
Backport to 4-1-stable "Fix typo `--ssl-cipher`"
rake about
About your application's environment
Ruby version 2.2.4-p230 (x86_64-linux)
RubyGems version 2.4.8
Rack version 1.5.5
Rails version 4.1.15
JavaScript Runtime Node.js (V8)
Active Record version 4.1.15
Action Pack version 4.1.15
Action View version 4.1.15
Action Mailer version 4.1.15
Active Support version 4.1.15
Middleware Rack::Sendfile,
ActionDispatch::Static,
Rack::Lock,
#<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x00000003d8fa88>,
Rack::Runtime,
Rack::MethodOverride,
ActionDispatch::RequestId,
Rails::Rack::Logger,
ActionDispatch::ShowExceptions,
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
Application root /home/rubys/git/awdwr/edition4/work-224-41/depot
Environment development
Database adapter sqlite3
Database schema version 20160506000009
bundle show
Gems included by the bundle:
* actionmailer (4.1.15)
* actionpack (4.1.15)
* actionview (4.1.15)
* activemodel (4.1.15)
* activerecord (4.1.15)
* activesupport (4.1.15)
* arel (5.0.1.20140414130214)
* builder (3.2.2)
* bundler (1.12.2)
* coffee-rails (4.0.1)
* coffee-script (2.4.1)
* coffee-script-source (1.10.0)
* erubis (2.7.0)
* execjs (2.6.0)
* hike (1.2.3)
* i18n (0.7.0)
* jbuilder (2.4.1)
* jquery-rails (3.1.4)
* json (1.8.3)
* mail (2.6.4)
* mime-types (3.0)
* mime-types-data (3.2016.0221)
* minitest (5.3.3)
* multi_json (1.12.0)
* rack (1.5.5)
* rack-test (0.6.3)
* rails (4.1.15)
* railties (4.1.15)
* rake (11.1.2)
* rdoc (4.2.2)
* sass (3.2.19)
* sass-rails (4.0.5)
* sdoc (0.4.1)
* spring (1.7.1)
* sprockets (2.12.4)
* sprockets-rails (2.3.3)
* sqlite3 (1.3.11)
* thor (0.19.1)
* thread_safe (0.3.5)
* tilt (1.4.1)
* turbolinks (2.5.3)
* tzinfo (1.2.2)
* uglifier (3.0.0)
gem -v
2.4.8
/home/rubys/.rvm/rubies/ruby-2.2.4/bin/ruby -v
ruby 2.2.4p230 (2015-12-16 revision 53155) [x86_64-linux]
rvm -v
1.27.0 (latest)
nodejs -v
v0.10.25
mysql --version
mysql Ver 14.14 Distrib 5.5.49, for debian-linux-gnu (x86_64) using readline 6.3
echo $PATH
/home/rubys/.rvm/gems/ruby-2.2.4/bin
/home/rubys/.rvm/gems/ruby-2.2.4@global/bin
/home/rubys/.rvm/rubies/ruby-2.2.4/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-85-generic x86_64
Todos
None!