diff options
author | Arun Agrawal <arun@fromjaipur.com> | 2011-07-31 16:56:40 +0530 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-13 16:22:12 -0700 |
commit | 0e715d0b8ca83fd3053b8a8fa0a5cafbb0cccc79 (patch) | |
tree | 6ebc23004cd41fe7d1437bc54839e11717880033 /railties/guides | |
parent | a98eca8ba501f0370f4ea115bb750b897785215a (diff) | |
download | rails-0e715d0b8ca83fd3053b8a8fa0a5cafbb0cccc79.tar.gz rails-0e715d0b8ca83fd3053b8a8fa0a5cafbb0cccc79.tar.bz2 rails-0e715d0b8ca83fd3053b8a8fa0a5cafbb0cccc79.zip |
Rack::Sendfile is no more default middleware.
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/source/command_line.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile index b34506d4d8..627e22f2de 100644 --- a/railties/guides/source/command_line.textile +++ b/railties/guides/source/command_line.textile @@ -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> |