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
* More succinct Gemfile comments
* Use double plings
* Separate gems with comments
* Correct separation at the top
* Style
* Use comments for all rails options
* Clearer still
* Clear invocation pointer
* Move tzinfo-data up to all the other gems that are available everywhere
* More succinct
* Better order and spacing
* Add similar read more link style
* No Sass recommendation on minimal
GemfileEntry.version("importmap-rails",">= 0.3.4","Manage modern JavaScript using ESM without transpiling or bundling")
297
+
GemfileEntry.version("importmap-rails",">= 0.3.4","Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]")
299
298
else
300
-
GemfileEntry.version"jsbundling-rails","~> 0.1.0","Bundle and transpile JavaScript with a JavaScript bundler. Read more: https://github.com/rails/jsbundling-rails"
299
+
GemfileEntry.version"jsbundling-rails","~> 0.1.0","Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]"
GemfileEntry.version("stimulus-rails",">= 0.4.0","Hotwire's modest JavaScript framework for the HTML you already have. Read more: https://stimulus.hotwired.dev")
GemfileEntry.version("cssbundling-rails",">= 0.1.0","Bundle and process CSS with Tailwind, PostCSS, or Sass. Read more: https://github.com/rails/cssbundling-rails")
325
+
GemfileEntry.version("cssbundling-rails",">= 0.1.0","Bundle and process CSS [https://github.com/rails/cssbundling-rails]")
# Access an interactive console on exception pages or by calling "console" anywhere in the code.
49
+
# Use console on exceptions pages [https://github.com/rails/web-console]
54
50
gem "web-console", ">= 4.1.0"
55
51
56
-
# Display speed badge on every html page with SQL times and flame graphs.
57
-
# 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