Skip to content

Commit 1ec7b19

Browse files
committed
Slim down the gem section for Solid
They come as a pair, no need to overexplain
1 parent 7f660a7 commit 1ec7b19

File tree

1 file changed

+1
-5
lines changed
  • railties/lib/rails/generators/rails/app/templates

1 file changed

+1
-5
lines changed

railties/lib/rails/generators/rails/app/templates/Gemfile.tt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@ source "https://rubygems.org"
1313
gem "tzinfo-data", platforms: %i[ <%= bundler_windows_platforms %> jruby ]
1414
<% unless options.skip_solid? -%>
1515

16-
# Use the database-backed Solid Cache adapter for Rails.cache [https://github.com/rails/solid_cache]
16+
# Use the database-backed adapters for Rails.cache, Active Job, and Action Cable
1717
gem "solid_cache"
18-
19-
# Use the database-backed Solid Queue adapter for Active Job [https://github.com/rails/solid_queue]
2018
gem "solid_queue"
21-
22-
# Use the database-backed Solid Cable adapter for Action Cable [https://github.com/rails/solid_cable]
2319
gem "solid_cable"
2420
<% end -%>
2521
<% if depend_on_bootsnap? -%>

0 commit comments

Comments
 (0)