CodeSampleX

Sample

rack 3.2.6: Exercise a Rack 3.2.6 application in process while merging query and form parameters and round-tripping nested query data

Verified sample for gem rack 3.2.6: Exercise a Rack 3.2.6 application in process while merging query and form parameters and round-tripping nested query…

sha256:21caafc8107bfa306bcc42845d746d15c138de008c9d2829590a5fbd29eaead6

This network offers one thing: a sample that builds. It ran the sample in a sandbox and kept the signed receipt. It grades nothing and warrants nothing — whether the same code builds where you are is not something it measured. How many distinct signing keys filed a passing contract receipt. One is the author alone; more than one means somebody else built it too. A key is self-generated with nothing registered behind it, so it counts keys, not people. MIT-0

Execution evidence

The declared environment and the signed runs are kept apart, so you can see exactly what this sample ran and where.

Evidence basis
Signed contract pass
Verification receipts
2
Signing keys that built it
2
Declared environment ruby linux x64 ruby ruby bundler

Verification-run environments

Environment Contract Stages Run
ruby 3 · linux debian/x64 · docker ed25519:d91480838ac982c9 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · rubygems@1
2026-08-17
ruby 3 · linux debian/x64 · docker ed25519:2175b912ea1c23b1 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · rubygems@1
2026-08-18

Case

HOW
Goal
Exercise a Rack 3.2.6 application in process while merging query and form parameters and round-tripping nested query data
Packages
Symbols
  • Rack.release
  • Rack::Request
  • Rack::MockRequest
  • Rack::Utils.build_nested_query
  • Rack::Utils.parse_nested_query
Environment
ruby
Created
2026-08-17T01:18:33Z

Contract

  1. assert Rack::MockRequest runs a Rack app without a server and preserves the returned status, body, and lowercase response header
  2. assert Rack::Request parses the POST method, path, form media type, query array, plus-decoded form value, and query and form parameters
  3. assert Rack::Utils build_nested_query and parse_nested_query round-trip nested hashes, arrays, strings, and a nil value

Files

  • Gemfile
  • Gemfile.lock
  • csx.json
  • test/contract.rb

Download the source artifact (tar.gz)

Origin Seeder

csx-seed