• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

MushroomObserver / mushroom-observer / 31915816277
99%
main: 99%

Build:
Build:
LAST BUILD BRANCH: nimmo-title-bar-edit-delete-icon-alignment
DEFAULT BRANCH: main
Ran 15 Aug 2026 11:56PM UTC
Jobs 1
Files 1839
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 Aug 2026 11:51PM UTC coverage: 99.287%. Remained the same
31915816277

Pull #5088

github

mo-nathan
Fix field-slip review loop: duplicate _method made Turbo submit POST

Superform emits a `_method` hidden unconditionally -- `post` for a
non-persisted model -- and the review form added its own
`_method=patch` after it. A plain browser POST survives that (Rack
keeps the last value), but turbo-rails' encodeMethodIntoRequestBody
reads only the FIRST `_method` in the body and then strips them all,
so once the form went Turbo the save arrived as a bare POST: routed
to `create`, which re-queued the extraction and bounced back to the
review page instead of saving.

ApplicationForm now suppresses the `_method` field when its value is
`post` (POST needs no override; Rails' own form_with omits it too),
and the review form declares `method: :patch` instead of hand-rolling
a second hidden.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Pull Request #5088: Fix field-slip review loop: duplicate `_method` made Turbo submit the save as a bare POST

3 of 3 new or added lines in 1 file covered. (100.0%)

55165 of 55561 relevant lines covered (99.29%)

858.61 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31915816277.1 15 Aug 2026 11:56PM UTC 1839
99.29
GitHub Action Run
Source Files on build 31915816277
  • Tree
  • List 1839
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31915816277
  • Pull Request #5088
  • PR Base - main (#31905794095)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc