diff options
author | Arun Agrawal <arunagw@gmail.com> | 2011-12-20 23:03:07 +0530 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2011-12-20 23:03:07 +0530 |
commit | ff573c45d6ee024b0e3a43fd3ccf62753722969f (patch) | |
tree | e46c01c7978d50cb4b62b7bffc7d49d064ef936b | |
parent | 500ca98fef7a8cc20f1f8f5835091e1f119e0d8a (diff) | |
download | rails-ff573c45d6ee024b0e3a43fd3ccf62753722969f.tar.gz rails-ff573c45d6ee024b0e3a43fd3ccf62753722969f.tar.bz2 rails-ff573c45d6ee024b0e3a43fd3ccf62753722969f.zip |
4.0.0.beta now :-)
-rw-r--r-- | railties/guides/source/command_line.textile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile index 58855bc80b..4a997360b6 100644 --- a/railties/guides/source/command_line.textile +++ b/railties/guides/source/command_line.textile @@ -384,13 +384,13 @@ About your application's environment Ruby version 1.8.7 (x86_64-linux) RubyGems version 1.3.6 Rack version 1.3 -Rails version 3.2.0.beta +Rails version 4.0.0.beta JavaScript Runtime Node.js (V8) -Active Record version 3.2.0.beta -Action Pack version 3.2.0.beta -Active Resource version 3.2.0.beta -Action Mailer version 3.2.0.beta -Active Support version 3.2.0.beta +Active Record version 4.0.0.beta +Action Pack version 4.0.0.beta +Active Resource 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 Application root /home/foobar/commandsapp Environment development |