Guided Rails

Guided Rails

Accessibility and testing in Rails.

Services

Coming soon.

Catberry

The front porch for roots music. Catberry helps players and listeners find jams, concerts, and circles near them, and the artists, bands, and organizations that keep the music alive. Built with Rails.

Visit catberry.io →

Gems

Small, focused gems we use in our own Rails apps and maintain for everyone.

minitest-attributes

Assert several attributes of an object in one call, with a clear failure message for each mismatch.

assert_attributes person,
  first_name: "Marceline",
  nickname: nil,
  created_at: Time.current
Read the blog →