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 8584199 commit ccc5b64Copy full SHA for ccc5b64
Rakefile
@@ -165,7 +165,7 @@ namespace :no_active_record do
165
sh "rm -f #{bindir}/rails"
166
sh "bundle exec rails new #{example_app_dir} --no-rc --skip-active-record --skip-javascript --skip-bootsnap " \
167
"--skip-sprockets --skip-git --skip-test-unit --skip-listen --skip-bundle --skip-spring " \
168
- "--skip-action-text --template=example_app_generator/generate_app.rb"
+ "--skip-action-text --skip-solid --template=example_app_generator/generate_app.rb"
169
170
in_example_app(app_dir: example_app_dir) do
171
sh "./ci_retry_bundle_install.sh 2>&1"
0 commit comments