aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorArun Agrawal <arun@fromjaipur.com>2011-07-31 16:56:40 +0530
committerXavier Noria <fxn@hashref.com>2011-08-13 16:22:12 -0700
commit0e715d0b8ca83fd3053b8a8fa0a5cafbb0cccc79 (patch)
tree6ebc23004cd41fe7d1437bc54839e11717880033 /railties
parenta98eca8ba501f0370f4ea115bb750b897785215a (diff)
downloadrails-0e715d0b8ca83fd3053b8a8fa0a5cafbb0cccc79.tar.gz
rails-0e715d0b8ca83fd3053b8a8fa0a5cafbb0cccc79.tar.bz2
rails-0e715d0b8ca83fd3053b8a8fa0a5cafbb0cccc79.zip
Rack::Sendfile is no more default middleware.
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/command_line.textile2
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>