You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: railties/lib/rails/generators/rails/app/templates/Gemfile.tt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,9 @@ group :development do
51
51
<%- else -%>
52
52
gem "web-console", ">= 4.1.0"
53
53
<%- end -%>
54
-
# Display performance information such as SQL time and flame graphs for each request in your browser.
55
-
# Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md
56
-
gem "rack-mini-profiler", "~> 2.0"
54
+
# Display speed badge on every html page with SQL times and flame graphs.
55
+
# Note: Interferes with etag cache testing. Can be configured to work on production: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md
0 commit comments