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 df3d87f commit ce61e9aCopy full SHA for ce61e9a
1 file changed
lib/install/install.rb
@@ -109,6 +109,10 @@ def add_stimulus
109
rails_command "stimulus:install:node"
110
end
111
112
+def add_turbo
113
+ rails_command "turbo:install"
114
+end
115
+
116
def add_gems
117
add_gem_if_not_installed("devise")
118
add_gem_if_not_installed("name_of_person")
@@ -317,6 +321,9 @@ def configure_permitted_parameters
317
321
say "⚡️ Add Stimulus.js"
318
322
add_stimulus
319
323
324
+say "⚡️ Installing turbo for good measure"
325
+add_turbo
326
320
327
say "⚡️ Add custom css-bundling setup"
328
add_css_bundling_setup
329
0 commit comments