Skip to content

Add --skip-solid flag to rails new command in README#193

Merged
OutlawAndy merged 2 commits into
masterfrom
copilot/update-rails-new-command-readme
Jun 12, 2026
Merged

Add --skip-solid flag to rails new command in README#193
OutlawAndy merged 2 commits into
masterfrom
copilot/update-rails-new-command-readme

Conversation

Copilot AI commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Why?

The documented rails new command in the README was missing the --skip-solid flag, which excludes Solid Queue/Cache/Cable defaults when scaffolding a new app.

What Changed

  • Append --skip-solid to the rails new command in README.md:
rails new <app-name> --javascript=webpack --database=postgresql --skip-test --skip-solid

Pre-merge checklist

  • Update relevant READMEs
  • Run bin/bump_version or bin/bump_version --patch

Screenshots

N/A — documentation only.

Copilot AI changed the title [WIP] Update README to include --skip_solid flag for rails new command Add --skip-solid flag to rails new command in README Jun 12, 2026
Copilot AI requested a review from OutlawAndy June 12, 2026 19:55
@OutlawAndy OutlawAndy marked this pull request as ready for review June 12, 2026 20:07
@OutlawAndy OutlawAndy merged commit b2147b2 into master Jun 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants