1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

http://localhost:3000/rails/info/properties shows more details for ease of bug reporting

Hand-merging @ujihisa's ancient patch at https://lighthouseapp.com/projects/8994/tickets/3644
This commit is contained in:
ujihisa 2010-01-02 17:26:58 -08:00 committed by Akira Matsuda
parent 952cfbf149
commit adb0c7bc51

View file

@ -67,7 +67,7 @@ module Rails
# The Ruby version and platform, e.g. "2.0.0-p247 (x86_64-darwin12.4.0)".
property "Ruby version" do
"#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL} (#{RUBY_PLATFORM})"
RUBY_DESCRIPTION
end
# The RubyGems version, if it's installed.