Gems

ankane/pretender: Log in as another user in Rails
As an admin, there are times you want to see exactly what another user sees. Meet Pretender.
Easily switch between users
Minimal code changes
Plays nicely with Action Cable and auditing tools
๐ฅ Rock on
Pretender is flexible and lightweight - les...

ankane/hypershield: Shield sensitive data in Postgres and MySQL
Hypershield creates shielded views (in the hypershield schema by default) that hide sensitive tables and columns. The advantage of this approach over column-level privileges is you can use SELECT *.
By default, it hides columns with:
encrypted
p...


ksylvest/omniai: OmniAI standardizes the APIs for multiple AI providers like OpenAI's Chat GPT, Mistral's LeChat, Claude's Anthropic, Google's Gemini and DeepSeek's Chat..
OmniAI provides a unified Ruby API for integrating with multiple AI providers, including Anthropic, DeepSeek, Google, Mistral, and OpenAI. It streamlines AI development by offering a consistent interface for features such as chat, text-to-speech, ...

thoughtbot/clearance: Rails authentication with email & password.
Rails authentication with email & password.
Clearance is intended to be small, simple, and well-tested. It has opinionated defaults but is intended to be easy to override.
Please use GitHub Issues to report bugs. If you have a question about the...

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



dieter-medium/bidi2pdf: Convert a url to pdf using ruby & chrome / chromedriver / chromium
Bidi2pdf is a Ruby gem that generates high-quality PDFs from web pages using Chrome's BiDi (BiDirectional) protocol. It offers precise control over PDF generation with support for modern web technologies.
Features
Simple CLI - Generate PDFs with ...