Gems

jeromedalbert/rubocop-obsession: RuboCop extension focused on higher-level concepts, like checking that code reads from top to bottom
A RuboCop extension that focuses on higher-level concepts, like checking that code reads from top to bottom, or only unit testing public methods. There are some lower-level cops as well.
Use the provided cops as is, or as inspiration to build cus...



G5/storext: Add type-casting and other features on top of ActiveRecord::Store.store_accessor
ActiveRecord::Store allows you to put data, like a hash, in a single column. The problem is that when you retrieve these values, they are strings. Storext aims to solve that. This is a layer on top of ActiveRecord::Store that uses Virtus to typeca...





lazaronixon/authentication-zero: An authentication system generator for Rails applications.
The purpose of authentication zero is to generate a pre-built authentication system into a rails application (web or api-only) that follows both security and rails best practices. By generating code into the user's application instead of using a l...

fractaledmind/prompts: Beautiful and user-friendly forms for your command-line Ruby applications.
Prompts helps you to add beautiful and user-friendly forms to your command-line applications, with browser-like features including label text, help text, validation, and inline errors.
It was originally inspired by the Laravel Prompts package.