Gems
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...
joshuay03/dial: A modern profiler for your Rails application
A modern profiler for your Rails application.
Utilizes vernier for profiling and prosopite for N+1 query detection.
Note
Check out the resources in the vernier project for more information on how to interpret the viewer, as well as comparisons ...
janlelis/unicode-emoji: Up-to-date Emoji Regex and Data in Ruby 💥
Provides various sophisticated regular expressions to work with Emoji in strings, incorporating the latest Unicode / Emoji standards.
Additional features:
A categorized list of Emoji (RGI: Recommended for General Interchange)
Retrieve Emoji prop...
modelcontextprotocol/ruby-sdk: The official Ruby SDK for the Model Context Protocol. Maintained in collaboration with Shopify.
The MCP::Server class is the core component that handles JSON-RPC requests and responses. It implements the Model Context Protocol specification, handling model context requests and responses.
Key Features
Implements JSON-RPC 2.0 message handling...
mensfeld/pidfd: Pidfd implementation for the Ruby language
A Ruby wrapper for Linux pidfd (Process File Descriptor) system calls, providing safer process management with guaranteed process identity.
What is pidfd?
Process file descriptors (pidfd) were introduced in Linux 5.3 (2019) to solve fundamental p...
rails/marcel: Find the mime type of files, examining file, filename and declared type
Marcel chooses the most appropriate content type for a file by inspecting its contents, the declared MIME type (perhaps passed as a Content-Type header), and the file extension.
Marcel checks, in order:
The "magic bytes" sniffed from the file co...