Gems

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

thomasmarshall/minitest-verify: A minitest plugin to prevent false negative tests.
A minitest plugin to prevent false negative tests. - thomasmarshall/minitest-verify. See this lightning talk for an example of how false negative tests are a problem, why catching them programmatically might not work out, and some more practical a...

Ruby PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more.
Ruby port of Heroku PG Extras with several additions and improvements. The goal of this project is to provide powerful insights into the PostgreSQL database for Ruby apps that are not using the Heroku PostgreSQL plugin.

Rails PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more.
Rails port of Heroku PG Extras with several additions and improvements. The goal of this project is to provide powerful insights into the PostgreSQL database for Ruby on Rails apps that are not using the Heroku PostgreSQL plugin.

