Skip to content

feat: install generator (#72)#72

Merged
eclectic-coding merged 3 commits into
mainfrom
feat/install-generator
May 26, 2026
Merged

feat: install generator (#72)#72
eclectic-coding merged 3 commits into
mainfrom
feat/install-generator

Conversation

@eclectic-coding
Copy link
Copy Markdown
Owner

Summary

  • Adds rails generate solid_stack_web:install — creates config/initializers/solid_stack_web.rb with every config option documented inline and injects the mount line into config/routes.rb
  • Excludes lib/generators/ from SimpleCov (templates are static files, not executable code); coverage restored to 99.36%

Test plan

  • bundle exec rspec — 323 examples, 0 failures
  • bin/rubocop — no offenses
  • Line coverage: 99.36%

Closes #49

🤖 Generated with Claude Code

eclectic-coding and others added 3 commits May 26, 2026 19:35
Adds `rails generate solid_stack_web:install` which creates
config/initializers/solid_stack_web.rb with every config option
documented inline and injects the mount line into config/routes.rb.
Closes #49.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Generator templates are static files, not executable code.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@eclectic-coding eclectic-coding merged commit bc1f314 into main May 26, 2026
5 checks passed
@eclectic-coding eclectic-coding deleted the feat/install-generator branch May 26, 2026 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[v0.9.0] DX: install generator

1 participant