Gems
nov/rack-oauth2: OAuth 2.0 Server & Client Library. Both Bearer and MAC token type are supported.
OAuth 2.0 Server & Client Library. Both Bearer token type are supported.
The OAuth 2.0 Authorization Framework (RFC 6749) www.rfc-editor.org/rfc/rfc6749.txt
The OAuth 2.0 Authorization Framework: Bearer Token Usage (RFC 6750) tools.ietf.org/html...
grosser/parallel_tests: Ruby: 2 CPUs = 2x Testing Speed for RSpec, Test::Unit and Cucumber
Speedup Minitest + RSpec + Turnip + Cucumber + Spinach by running parallel on multiple CPU cores.
ParallelTests splits tests into balanced groups (by number of lines or runtime) and runs each group in a process with its own database.
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...