Gems
Resque is a Redis-backed Ruby library for creating background jobs
Resque (pronounced like "rescue") is a Redis-backed library for creating background jobs, placing those jobs on multiple queues, and processing them later.Note on the future of this repoWould you like to be involved in Resque? Do you have thoughts...
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 ...