mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Rack::Sendfile is no more default middleware.
This commit is contained in:
parent
a98eca8ba5
commit
0e715d0b8c
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ Action Pack version 3.1.0
|
|||
Active Resource version 3.1.0
|
||||
Action Mailer version 3.1.0
|
||||
Active Support version 3.1.0
|
||||
Middleware ActionDispatch::Static, Rack::Lock, Rack::Runtime, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::RemoteIp, Rack::Sendfile, ActionDispatch::Callbacks, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, ActionDispatch::ParamsParser, Rack::MethodOverride, ActionDispatch::Head
|
||||
Middleware ActionDispatch::Static, Rack::Lock, Rack::Runtime, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::RemoteIp, ActionDispatch::Callbacks, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, ActionDispatch::ParamsParser, Rack::MethodOverride, ActionDispatch::Head
|
||||
Application root /home/foobar/commandsapp
|
||||
Environment development
|
||||
</shell>
|
||||
|
|
Loading…
Reference in a new issue