Gems
rhannequin/astronoby: Astronomy and astrometry Ruby library for astronomical data and events
Ruby library that provides a useful API for computing astronomical calculations.
Some algorithms are based on the following astrometry books:
Astronomical Algorithms by Jean Meeus
Celestial Calculations by J. L. Lawrence
Practical Astronomy with...
ahx/openapi_first: openapi_first is a Ruby gem for request / response validation and contract-testing against an OpenAPI API description. It makes APIFirst easy and reliable.
openapi_first is a Ruby gem for request / response validation and contract-testing against an OpenAPI 3.0 or 3.1 Openapi API description (OAD). It makes an APIFirst workflow easy and reliable.
.
thoughtbot/top_secret: Filter sensitive information from free text before sending it to external services or APIs, such as chatbots and LLMs.
Filter sensitive information from free text before sending it to external services or APIs, such as chatbots and LLMs.
By default it filters the following:
Credit cards
Emails
Phone numbers
Social security numbers
People's names
Locations
Howeve...
Introducing QuickAdmin – A Lightweight Modern Admin Interface for
If you’ve ever needed a quick, clean, and modern admin interface for your Ruby on Rails app — without pulling in massive dependencies or complex DSLs — you’re going to love QuickAdmin.
QuickAdmin is a new open-source gem that brings a minimal, Tu...
splitwise/super_diff: A more helpful way to view differences between complex data structures in RSpec.
The primary motivation behind this gem is to vastly improve upon RSpec's built-in diffing capabilities. RSpec has many nice features, and one of them is that whenever you use a matcher such as eq, match, include, or have_attributes, you will get a...
bblimke/webmock: Library for stubbing and setting expectations on HTTP requests in Ruby.
Library for stubbing and setting expectations on HTTP requests in Ruby.
Features
Stubbing HTTP requests at low http client lib level (no need to change tests when you change HTTP library)
Setting and verifying expectations on HTTP requests
Matchi...
shayonj/pg_easy_replicate: Easily setup logical replication and switchover to new database with minimal downtime
pg_easy_replicate is a CLI orchestrator tool that simplifies the process of setting up logical replication between two PostgreSQL databases. pg_easy_replicate also supports switchover. After the source (primary database) is fully replicated, pg_ea...