diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2013-01-01 23:41:13 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2013-01-01 23:43:00 +0530 |
commit | ed28e6c9f2eca7f37f2939a07807e0fa4458a5ef (patch) | |
tree | bd302b93180dc1c06e8020ac09ac6135a69d2812 | |
parent | d888dff8c5df2558f92dc8d0db72c739d7f93884 (diff) | |
download | rails-ed28e6c9f2eca7f37f2939a07807e0fa4458a5ef.tar.gz rails-ed28e6c9f2eca7f37f2939a07807e0fa4458a5ef.tar.bz2 rails-ed28e6c9f2eca7f37f2939a07807e0fa4458a5ef.zip |
update rake tasks output [ci skip]
-rw-r--r-- | guides/source/command_line.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md index 746226fa96..fb15790d90 100644 --- a/guides/source/command_line.md +++ b/guides/source/command_line.md @@ -377,7 +377,7 @@ Active Record version 4.0.0.beta Action Pack version 4.0.0.beta Action Mailer version 4.0.0.beta Active Support version 4.0.0.beta -Middleware ActionDispatch::Static, Rack::Lock, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::DebugExceptions, 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 +Middleware ActionDispatch::Static, Rack::Lock, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::DebugExceptions, ActionDispatch::RemoteIp, ActionDispatch::Reloader, ActionDispatch::Callbacks, ActiveRecord::Migration::CheckPending, ActiveRecord::ConnectionAdapters::ConnectionManagement, ActiveRecord::QueryCache, ActionDispatch::Cookies, ActionDispatch::Session::EncryptedCookieStore, ActionDispatch::Flash, ActionDispatch::ParamsParser, Rack::Head, Rack::ConditionalGet, Rack::ETag, ActionDispatch::BestStandardsSupport Application root /home/foobar/commandsapp Environment development Database adapter sqlite3 |