diff options
author | Arun Agrawal <arunagw@gmail.com> | 2011-10-22 15:53:11 +0530 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2011-10-22 15:53:11 +0530 |
commit | 6d5b92c735130a99186ef6f2ce6abe3f8745a8a5 (patch) | |
tree | a38b146682b37dd750a4b8ec0ac8f332c8df6a74 /railties | |
parent | 50be4231e9bd475cda905ab489d4bfc9ebd887f7 (diff) | |
download | rails-6d5b92c735130a99186ef6f2ce6abe3f8745a8a5.tar.gz rails-6d5b92c735130a99186ef6f2ce6abe3f8745a8a5.tar.bz2 rails-6d5b92c735130a99186ef6f2ce6abe3f8745a8a5.zip |
Rails version to 3.2.0.beta in docs
Diffstat (limited to 'railties')
-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 d3f73e06e0..ffa198891a 100644 --- a/railties/guides/source/command_line.textile +++ b/railties/guides/source/command_line.textile @@ -382,13 +382,13 @@ About your application's environment Ruby version 1.8.7 (x86_64-linux) RubyGems version 1.3.6 Rack version 1.1 -Rails version 3.1.0 +Rails version 3.2.0.beta JavaScript Runtime Node.js (V8) -Active Record version 3.1.0 -Action Pack version 3.1.0 -Active Resource version 3.1.0 -Action Mailer version 3.1.0 -Active Support version 3.1.0 +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 Middleware ActionDispatch::Static, Rack::Lock, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, Rails::Rack::Logger, ActionDispatch::ShowExceptions, 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 |