Gems



Provides CSRF protection on OmniAuth request endpoint on Rails application.
This gem provides a mitigation against CVE-2015-9284 (Cross-Site Request Forgery on the request phase when using OmniAuth gem with a Ruby on Rails application) by implementing a CSRF token verifier that directly uses ActionController::RequestForge...




Convert YARD docs to Sorbet RBI and Ruby 3/Steep RBS files
Sord is a Sorbet and YARD crossover. It can automatically generate RBI and RBS type signature files by looking at the types specified in YARD documentation comments.If your project is already YARD documented, then this can generate most of the typ...


A production ready example Rails app that's using Docker and Docker Compose.
You could use this example app as a base for your new project or as a guide to Dockerize your existing Rails app.The example app is minimal but it wires up a number of things you might use in a real world Rails app, but at the same time it's not l...