We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f45ef8 commit 0c54183Copy full SHA for 0c54183
railties/lib/rails/generators/rails/app/templates/Gemfile.tt
@@ -13,7 +13,11 @@ source "https://rubygems.org"
13
gem "tzinfo-data", platforms: %i[ <%= bundler_windows_platforms %> jruby ]
14
<% unless options.skip_solid? -%>
15
16
+<% if options.skip_action_cable? -%>
17
+# Use the database-backed adapters for Rails.cache and Active Job
18
+<% else -%>
19
# Use the database-backed adapters for Rails.cache, Active Job, and Action Cable
20
+<% end -%>
21
gem "solid_cache"
22
gem "solid_queue"
23
<% unless options.skip_action_cable? -%>
0 commit comments