Skip to content

Commit

Permalink
Added Action View in 'rake about' [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
arunagw committed Aug 2, 2013
1 parent 2a71e9c commit c17a9b5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions guides/source/command_line.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c17a9b5

Please sign in to comment.