You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fastest end-to-end CSV ingestion for Ruby (with C acceleration). SmarterCSV auto-detects formats, applies smart defaults, and returns Rails-ready hashes for seamless use with ActiveRecord, Sidekiq,…
A lenient, fast JSON processor for Ruby. It extracts strict JSON, NDJSON, JSONL, JSON5, HJSON, and messy JSON input humans or LLMs actually write — and in benchmarks it matches or beats Oj on nearl…
Automatic server-side de-duplication of inbound mutating Rails requests (POST / PUT / PATCH) — rejects duplicates with a 409 using a Redis-backed request fingerprint -- DOES NOT require client-side…
Rails I18n: embedded_localization allows you to transparently store multiple translations for ActiveRecord attributes right inside each attribute -- no additional table needed.