Agile Web Development with Rails, Edition 4
Table of Contents
Environment
Tue, 23 Sep 2014 13:42:52 GMT
git log -1
commit 06a9e18e646845ded0f0a46a14c1eb6b3a14e55a
Author: Yves Senn <yves.senn@gmail.com>
Date: Mon Sep 22 16:08:17 2014 +0200
Merge pull request #16974 from silp-com/mail_was_called
ActionMailer: mark mail as called after instead of before processing it
Conflicts:
actionmailer/CHANGELOG.md
rake about
About your application's environment
Ruby version 2.1.0-p0 (x86_64-linux)
RubyGems version 2.2.2
Rack version 1.5
Rails version 4.1.6
JavaScript Runtime Node.js (V8)
Active Record version 4.1.6
Action Pack version 4.1.6
Action View version 4.1.6
Action Mailer version 4.1.6
Active Support version 4.1.6
Middleware Rack::Sendfile,
ActionDispatch::Static,
Rack::Lock,
#<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x000000032f5b40>,
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-210-41/depot
Environment development
Database adapter sqlite3
Database schema version 20140923000009
bundle show
Gems included by the bundle:
* actionmailer (4.1.6)
* actionpack (4.1.6)
* actionview (4.1.6)
* activemodel (4.1.6)
* activerecord (4.1.6)
* activesupport (4.1.6)
* arel (5.0.1.20140414130214)
* builder (3.2.2)
* bundler (1.7.3)
* coffee-rails (4.0.1)
* coffee-script (2.3.0)
* coffee-script-source (1.8.0)
* erubis (2.7.0)
* execjs (2.2.1)
* hike (1.2.3)
* i18n (0.6.11)
* jbuilder (2.1.3)
* jquery-rails (3.1.2)
* json (1.8.1)
* mail (2.6.1)
* mime-types (2.3)
* minitest (5.4.1)
* multi_json (1.10.1)
* rack (1.5.2)
* rack-test (0.6.2)
* rails (4.1.6)
* railties (4.1.6)
* rake (10.3.2)
* rdoc (4.1.2)
* sass (3.4.5)
* sass-rails (5.0.0.beta1)
* sdoc (0.4.1)
* spring (1.1.3)
* sprockets (2.12.2)
* sprockets-rails (2.1.4)
* sqlite3 (1.3.9)
* thor (0.19.1)
* thread_safe (0.3.4)
* tilt (1.4.1)
* turbolinks (2.3.0)
* tzinfo (1.2.2)
* uglifier (2.5.3)
gem -v
2.2.2
/home/rubys/.rvm/rubies/ruby-2.1.0/bin/ruby -v
ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-linux]
rvm -v
1.25.31 (stable)
nodejs -v
v0.10.25
echo $PATH
/home/rubys/.rvm/gems/ruby-2.1.0/bin
/home/rubys/.rvm/gems/ruby-2.1.0@global/bin
/home/rubys/.rvm/rubies/ruby-2.1.0/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-36-generic x86_64
Todos
None!