Gems

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.

Top 10 Most Excellent Gems to Use in Any Ruby Web Application | Fullstack Ruby
The ecosystem of Ruby gems is rich with libraries to enable all sorts of useful functionality you’ll need as you write your web applications. However, at times it can be a challenge when you’re working within a broader Ruby context (aka not using ...

jeremyevans/sequel: Sequel: The Database Toolkit for Ruby
Sequel: Sequel is a simple, flexible, and powerful SQL database access toolkit for Ruby.
Sequel provides thread safety, connection pooling and a concise DSL for constructing SQL queries and table schemas.
Sequel includes a comprehensive ORM laye...

flavorjones/tailwindcss-ruby: A self-contained `tailwindcss` executable, wrapped up in a ruby gem.
A self-contained tailwindcss executable, wrapped up in a ruby gem. That's it. Nothing else.
If you're looking to leverage tailwindcss in your Rails project, please see https://github.com/rails/tailwindcss-rails for integration that is supported b...