Skip to content

Commit 423959b

Browse files
committed
Print Rack.release as part of default Rails welcome page.
1 parent 51f8126 commit 423959b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

railties/lib/rails/templates/rails/welcome/index.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585

8686
<ul>
8787
<li><strong>Rails version:</strong> <%= Rails.version %></li>
88+
<li><strong>Rack version:</strong> <%= Rack.release %></li>
8889
<li><strong>Ruby version:</strong> <%= RUBY_DESCRIPTION %></li>
8990
</ul>
9091
</body>

0 commit comments

Comments
 (0)