Project
Reverse Dependencies for minitest
The projects listed here declare minitest as a runtime or development dependency
0.02
Render-later allows you to defer the rendering of slow parts of your views to the end of the page, allowing you to drastically improve the time to first paint and perceived performance.
2021
2022
2023
2024
2025
2026
0.02
A fast and functional (API and paradigm) HTTP client, using only Ruby's standard library as dependency. e.g: Net::HTTP and URI.
2021
2022
2023
2024
2025
2026
0.02
Allows you to specify two images in a responsive_image_tag, and includes a javascript generator which will rewrite the DOM, requesting the correct image based on the screen size of the current client device.
2021
2022
2023
2024
2025
2026
0.02
Rate limit how many times a job can be run from a queue
2021
2022
2023
2024
2025
2026
0.02
CLI for querying RETS servers and searching metadata
2021
2022
2023
2024
2025
2026
0.02
Rack middleware and application to show deployed application's revision (commit)
2021
2022
2023
2024
2025
2026
0.02
This gem provides integration of Muut Riot with Rails
2021
2022
2023
2024
2025
2026
0.02
Provides I18n integration and translations for Rodauth authentication framework.
2021
2022
2023
2024
2025
2026
0.02
Rodauth extension for logging in and creating account via OmniAuth authentication.
2021
2022
2023
2024
2025
2026
0.02
RSpec Matchers for Hanami
2021
2022
2023
2024
2025
2026
0.02
rspec-mocks with additional diagnostics
2021
2022
2023
2024
2025
2026
0.02
Custom RuboCop rules for Rails Accessibility.
2021
2022
2023
2024
2025
2026
0.02
Convert BBCode to HTML and check whether the BBCode is valid.
2021
2022
2023
2024
2025
2026
0.02
A pure-ruby growl notifier for UDP and GNTP growl protocols. ruby-growl
allows you to perform Growl notifications from machines without growl
installed (for example, non-OSX machines).
What is growl? Growl is a really cool "global notification system originally
for Mac OS X".
You can receive ...
2021
2022
2023
2024
2025
2026
0.02
Provide a language server implementation for ruby in ruby. See https://microsoft.github.io/language-server-protocol/ "A Language Server is meant to provide the language-specific smarts and communicate with development tools over a protocol that enables inter-process communication."
2021
2022
2023
2024
2025
2026
0.02
An implementation of a linear regression machine learning algorithm implemented in Ruby.
The library supports simple problems with one independent variable used to predict a dependent variable as well as multivariate problems with multiple independent variables to predict a dependent variable.
...
2021
2022
2023
2024
2025
2026
0.02
Rubyzen is a modern linter for Ruby that allows you to write architectural lint rules as unit tests. In the era of AI-generated code, it provides your team with deterministic guardrails to keep your codebase clean, maintainable, and consistent as it grows.
2021
2022
2023
2024
2025
2026
0.02
This is a very basic implementation of enums in Ruby. The cornerstone of the library is safety.
2021
2022
2023
2024
2025
2026
0.02
Use your SQL database to power instant search for your Rails app with materalized views
2021
2022
2023
2024
2025
2026
0.02
You should_not start your specs with the string "should".
If every spec starts with "should", then it's redundant everywhere.
Instead, write in an active tone:
`it "should ignore nil elements"` - BAD
`it "ignores nil elements"` - GOOD
2021
2022
2023
2024
2025
2026