Gems




A fake Pusher server for development and testing.
A fake Pusher server for development and testing.When run, an entire fake service starts on two random open ports. A Pusher account is not required to make connections to the fake service. If you need to know the host or port, you can find the val...

FastImage finds the size or type of an image given its uri by fetching as little as needed
Your app needs to find the size or type of an image. This could be for adding width and height attributes to an image tag, for adjusting layouts or overlays to fit an image or any other of dozens of reasons.But the image is not locally stored – it...

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...