Gems



A Rails application generator by Platanus, inspired by Suspenders
Potassium Rails apps includes the following gems and technologies:dotenv for loading environmental variables in developmentYarn for frontend assets packagesEditorConfig for keeping all our editor configurations the samepry and pry-byebug for a les...

Multithreaded, Postgres-based, ActiveJob backend for Ruby on Rails.
GoodJob is a multithreaded, Postgres-based, ActiveJob backend for Ruby on Rails.Inspired by Delayed::Job and Que, GoodJob is designed for maximum compatibility with Ruby on Rails, ActiveJob, and Postgres to be simple and performant for most worklo...


Brings Common Table Expressions support to ActiveRecord
Brings Common Table Expressions support to ActiveRecord and makes it super easy to build and chain complex CTE queries - vlado/activerecord-cte: Brings Common Table Expressions support to ActiveRecord and makes it super easy to build and chain com...

A Ruby gem for automatically generating an SVG sprite from a folder of SVG icons.
If you're using an SVG icon system in your Web projects, svgeez can help speed up your workflow by automating the SVG sprite generation process. Run svgeez alongside your existing project (or integrate it into your current build system).


A good, simple, solid tagging extension for ActiveRecord.
A good, simple, solid tagging extension for ActiveRecord.This was initially built partly as a proof-of-concept, partly to see how a tagging gem could work when it's not all stuffed within models, and partly just because I wanted a simpler tagging ...

The shortest path to get set up with automated accessibility testing in Ruby on Rails
This is a sample Rails app. In this README, I'll describe the shortest path to get set up with automated accessibility testing.Web accessibility is the inclusive practice of ensuring there are no barriers that prevent interaction with, or access t...