aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2011-10-22 15:51:55 +0530
committerArun Agrawal <arunagw@gmail.com>2011-10-22 15:51:55 +0530
commit50be4231e9bd475cda905ab489d4bfc9ebd887f7 (patch)
tree10e53df226a71a57dc6b4cba546444b5ff655ce8 /railties/guides
parentf0be2cb19274bb6029f84ca274a72c4d7fbee2d3 (diff)
downloadrails-50be4231e9bd475cda905ab489d4bfc9ebd887f7.tar.gz
rails-50be4231e9bd475cda905ab489d4bfc9ebd887f7.tar.bz2
rails-50be4231e9bd475cda905ab489d4bfc9ebd887f7.zip
Middleware details updated for 3.2
Diffstat (limited to 'railties/guides')
-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 f6b33d283c..d3f73e06e0 100644
--- a/railties/guides/source/command_line.textile
+++ b/railties/guides/source/command_line.textile
@@ -389,7 +389,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, ActionDispatch::Callbacks, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, ActionDispatch::ParamsParser, Rack::MethodOverride, ActionDispatch::Head
+Middleware ActionDispatch::Static, Rack::Lock, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::RemoteIp, ActionDispatch::Reloader, ActionDispatch::Callbacks, ActiveRecord::ConnectionAdapters::ConnectionManagement, ActiveRecord::QueryCache, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, ActionDispatch::ParamsParser, ActionDispatch::Head, Rack::ConditionalGet, Rack::ETag, ActionDispatch::BestStandardsSupport
Application root /home/foobar/commandsapp
Environment development
Database adapter sqlite3