diff options
author | Arun Agrawal <arun@fromjaipur.com> | 2011-07-31 16:56:40 +0530 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-04 16:41:28 -0700 |
commit | 8362b070dc959a11042afc9a9a5a8529178c4090 (patch) | |
tree | 0b96e2ea9d75029e5ec4ff859d9890cd4132f26c | |
parent | 384ac3eca731ea4c8da9b3e06ae29e98bf889409 (diff) | |
download | rails-8362b070dc959a11042afc9a9a5a8529178c4090.tar.gz rails-8362b070dc959a11042afc9a9a5a8529178c4090.tar.bz2 rails-8362b070dc959a11042afc9a9a5a8529178c4090.zip |
Rack::Sendfile is no more default middleware.
-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> |