Gems

octokit/octokit.rb: Ruby toolkit for the GitHub API
API wrappers should reflect the idioms of the language in which they were written. Octokit.rb wraps the GitHub API in a flat API client that follows Ruby conventions and requires little knowledge of REST. Most methods have positional arguments for...



yjacquin/fast-mcp: A Ruby Implementation of the Model Context Protocol
AI models are powerful, but they need to interact with your applications to be truly useful. Traditional approaches mean wrestling with:
🔄 Complex communication protocols and custom JSON formats
🔌 Integration challenges with different model provi...



gurgeous/table_tennis: A Ruby library for printing stylish tables in your terminal.
Important Features
auto-themes to pick light or dark based on your terminal background
auto-layout to fit your terminal window
auto-format floats and dates
auto-color numeric columns
titles, row numbers, zebra stripes...
Themes
TableTennis examine...

ankane/strong_migrations: Catch unsafe migrations in development
Catch unsafe migrations in development
✓ Detects potentially dangerous operations
✓ Prevents them from running by default
✓ Provides instructions on safer ways to do what you want
Supports PostgreSQL, MySQL, and MariaDB
🍊 Battle-tested...

cmer/ultimate_turbo_modal: The ultimate Turbo / Stimulus / Hotwire modal window for Rails
There are MANY Turbo/Hotwire/Stimulus modal dialog implementations out there, and it seems like everyone goes about it a different way. However, as you may have learned the hard way, the majority fall short in different, often subtle ways. They ge...