diff options
author | Jon Moss <me@jonathanmoss.me> | 2017-03-25 11:52:16 -0400 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2017-03-25 11:52:16 -0400 |
commit | 430f1e02fafd30a08edfa2b1e8032eb7e0e729cc (patch) | |
tree | 45b26f616208f7bcc621f5c8767e0c1c9afc2df4 /guides | |
parent | aaa9a5b5d80f168e71593a75b06de94ab6129bca (diff) | |
download | rails-430f1e02fafd30a08edfa2b1e8032eb7e0e729cc.tar.gz rails-430f1e02fafd30a08edfa2b1e8032eb7e0e729cc.tar.bz2 rails-430f1e02fafd30a08edfa2b1e8032eb7e0e729cc.zip |
Update middleware list
Taken from `bin/rails about` run on a v5.1.0.rc1 application.
[ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/command_line.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md index e28547e14f..3360496c08 100644 --- a/guides/source/command_line.md +++ b/guides/source/command_line.md @@ -433,7 +433,7 @@ Ruby version 2.2.2 (x86_64-linux) RubyGems version 2.4.6 Rack version 2.0.1 JavaScript Runtime Node.js (V8) -Middleware Rack::Sendfile, ActionDispatch::Static, ActionDispatch::Executor, #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x007ffd131a7c88>, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::DebugExceptions, ActionDispatch::RemoteIp, ActionDispatch::Reloader, ActionDispatch::Callbacks, ActiveRecord::Migration::CheckPending, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, Rack::Head, Rack::ConditionalGet, Rack::ETag +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 Application root /home/foobar/commandsapp Environment development Database adapter sqlite3 |