Skip to content

feat: complete README with config reference, security guidance, and screenshots#94

Merged
eclectic-coding merged 6 commits into
mainfrom
feat/readme-complete
May 27, 2026
Merged

feat: complete README with config reference, security guidance, and screenshots#94
eclectic-coding merged 6 commits into
mainfrom
feat/readme-complete

Conversation

@eclectic-coding
Copy link
Copy Markdown
Owner

Closes #52

Summary

  • Security section — authentication requirements (dashboard is open by default — production must configure authenticate), allow_value_preview caution for sensitive data, CSRF handling via Turbo, and rate-limiting/hardening recommendations (non-guessable mount path, IP restriction, Rack::Attack)
  • Screenshots section — per-section descriptions (Queue, Cache, Cable) with a link to the GitHub releases page where screenshots are published with each release
  • Config referenceconnects_to added to the General configuration block (it was in the install generator template but missing from the README)
  • ROADMAP — v1.0.0 section collapsed to "All items complete" (final milestone item)

Test plan

  • bundle exec rspec — all examples pass (docs-only change)
  • README renders correctly — Security and Screenshots sections appear in the expected positions; config block includes connects_to

🤖 Generated with Claude Code

eclectic-coding and others added 6 commits May 27, 2026 08:09
…creenshots

- Add Security section: authentication requirements, allow_value_preview
  caution, CSRF handling, and rate-limiting/hardening recommendations
- Add Screenshots section with per-section descriptions linking to releases
- Add connects_to to the General configuration reference (was in the
  initializer template but missing from the README config block)
- Collapse v1.0.0 ROADMAP section — all items now complete

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Creates docs/screenshots/ with named slots for the five key views.
Replace the releases-page reference with inline markdown image tags
so screenshots render directly in the README once PNGs are dropped in.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
A single GIF tour shows the app better than static screenshots.
Drop docs/screenshots/demo.gif in to populate the README image.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Expand description to enumerate key features across all three sections.
Add docs/ to the files glob so demo.gif ships with the published gem.

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 6115c65 into main May 27, 2026
5 checks passed
@eclectic-coding eclectic-coding deleted the feat/readme-complete branch May 27, 2026 12: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.

[v1.0.0] Complete README with configuration reference and screenshot gallery

1 participant