diff options
author | Arun Agrawal <arunagw@gmail.com> | 2014-11-05 13:54:50 +0100 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2014-11-05 13:54:50 +0100 |
commit | e81c6efc0e05b1ad61bb573fa05cd3a70c32b08b (patch) | |
tree | efb628a19d0ba2f4b4a29649cbd6e0881a4d6570 /guides | |
parent | 5da73d9181a4300f5ddbaca828d526d595c33355 (diff) | |
download | rails-e81c6efc0e05b1ad61bb573fa05cd3a70c32b08b.tar.gz rails-e81c6efc0e05b1ad61bb573fa05cd3a70c32b08b.tar.bz2 rails-e81c6efc0e05b1ad61bb573fa05cd3a70c32b08b.zip |
Update `bin/rake about` [ci skip]
As we are no more displaying frameworks
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/command_line.md | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md index b9014724bd..e065d56168 100644 --- a/guides/source/command_line.md +++ b/guides/source/command_line.md @@ -394,16 +394,11 @@ INFO: You can also use ```rake -T``` to get the list of tasks. ```bash $ bin/rake about About your application's environment +Rails version 4.2.0 Ruby version 1.9.3 (x86_64-linux) RubyGems version 1.3.6 Rack version 1.3 -Rails version 4.2.0 JavaScript Runtime Node.js (V8) -Active Record version 4.2.0 -Action Pack version 4.2.0 -Action View version 4.2.0 -Action Mailer version 4.2.0 -Active Support version 4.2.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::CookieStore, ActionDispatch::Flash, ActionDispatch::ParamsParser, Rack::Head, Rack::ConditionalGet, Rack::ETag Application root /home/foobar/commandsapp Environment development |