Skip to content

Update README to match command implementations#26

Merged
tycooon merged 3 commits into
masterfrom
claude/jolly-hofstadter-809817
Jun 29, 2026
Merged

Update README to match command implementations#26
tycooon merged 3 commits into
masterfrom
claude/jolly-hofstadter-809817

Conversation

@tycooon

@tycooon tycooon commented Jun 29, 2026

Copy link
Copy Markdown
Member

Summary

Bring README.md back in line with the actual command implementations. The docs had drifted: the ClickHouse options added recently were undocumented, and a couple of details no longer matched the code.

Changes

  • --with-clickhouse documented for CheckDBDevelopment, CheckDBRollback and RunSpecs. The two DB commands previously claimed they "do not accept flags", but both now accept this flag (ch:create / ch:migrate / ch:rollback_new_migrations).
  • RunSpecs split-resultset filename corrected — the renamed file is resultset.#{node_index}.json (no leading dot), not .resultset.#{node_index}.json. This now matches the coverage/resultset.*.json glob that CheckCoverage already documents (the two had contradicted each other).
  • CheckSidekiqSchedulerConfig — added --with-database to its flag summary and fixed its description (it was copy-pasted as "before executing specs").
  • gem install command fixed — used the underscore name ci_helper, but the gem is published as ci-helper; RubyGems treats those as different names, so the command would fail.
  • Consistency / typos — normalized flag names to hyphenated form (--extra-paths, --ignored-paths, plus the missing -- on three RunSpecs flags), fixed the broken railtie Gemfile snippet (missing closing quote), and corrected comacomma and CoolCoomandCoolCommand.

Documentation only — no code changes.

tycooon added 3 commits June 29, 2026 15:45
- Document the --with-clickhouse flag for CheckDBDevelopment, CheckDBRollback
  and RunSpecs (the DB commands previously said "does not accept flags")
- Fix RunSpecs split-resultset target filename (resultset.N.json, no leading
  dot) so it matches CheckCoverage's coverage/resultset.*.json glob
- Add --with-database to the CheckSidekiqSchedulerConfig flag summary and
  correct its description
- Normalize flag names to hyphenated form and fix the broken railtie Gemfile
  snippet and assorted typos
@tycooon
tycooon merged commit e784d05 into master Jun 29, 2026
5 checks passed
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.

1 participant