diff options
author | Arun Agrawal <arunagw@gmail.com> | 2013-08-02 11:56:23 -0400 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2013-08-02 11:56:23 -0400 |
commit | c17a9b55785cd7e4a2f7849e4ed21d2b19a06eb3 (patch) | |
tree | aa8f52828480fd86931296faf83b80d2730e8936 /guides | |
parent | 2a71e9cbd49474215673884fcce3f168481cfcd1 (diff) | |
download | rails-c17a9b55785cd7e4a2f7849e4ed21d2b19a06eb3.tar.gz rails-c17a9b55785cd7e4a2f7849e4ed21d2b19a06eb3.tar.bz2 rails-c17a9b55785cd7e4a2f7849e4ed21d2b19a06eb3.zip |
Added Action View in 'rake about' [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/command_line.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md index 5f98326c57..18c4b1f366 100644 --- a/guides/source/command_line.md +++ b/guides/source/command_line.md @@ -381,12 +381,13 @@ About your application's environment Ruby version 1.9.3 (x86_64-linux) RubyGems version 1.3.6 Rack version 1.3 -Rails version 4.0.0 +Rails version 4.1.0 JavaScript Runtime Node.js (V8) -Active Record version 4.0.0 -Action Pack version 4.0.0 -Action Mailer version 4.0.0 -Active Support version 4.0.0 +Active Record version 4.1.0 +Action Pack version 4.1.0 +Action View version 4.1.0 +Action Mailer version 4.1.0 +Active Support version 4.1.0 Middleware Rack::Sendfile, ActionDispatch::Static, Rack::Lock, #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x007ffd131a7c88>, 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 Application root /home/foobar/commandsapp Environment development |