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:
parent
952cfbf149
commit
adb0c7bc51
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue