Gems


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

JavaScript parser, mangler and compressor toolkit for ES6
🗜 JavaScript parser, mangler and compressor toolkit for ES6 - terser/terser.A JavaScript parser and mangler/compressor toolkit for ES6 .note: You can support this project on patreon: patron. Check out PATRONS.md for our first-tier patrons.Terser ...


A ruby gem to allow the copying of ActiveRecord objects and their associated children, configurable with a DSL on the model
The goal was to be able to easily and quickly reproduce ActiveRecord objects including their children, for example copying a blog post maintaining its associated tags or categories.This gem is named "Amoeba" because amoebas are (small life forms t...