Skip to content

Commit 8229339

Browse files
authored
Merge pull request rails#52095 from ioquatix/rack-version-constant
Print `Rack.release` as part of default Rails welcome page.
2 parents ae4386a + 423959b commit 8229339

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)