Open Source

Open source projects, contributions, and the ecosystem around shared code.

Catching Rails Credential Drift Between Environments

Rails ships no check that your credential files declare the same keys. We built credential_parity to catch the drift before it reaches production.

rails ruby open-source

Building a Pluggable Adapter Architecture in Ruby

How to design a gem with zero hard dependencies and user-selectable backends.

ruby docpdf open-source

Introducing DocPDF

A Ruby gem for document-to-PDF conversion and watermarking, with zero hard dependencies.

ruby open-source docpdf

Honeypot Captchas for Rails

A simple, unobtrusive way to try to combat automated form spam.

rails ruby open-source