Gems

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