Project
Reverse Dependencies for rake
The projects listed here declare rake as a runtime or development dependency
0.0
This gems provide a Rack middleware and a logger formatter for logging with request id in your Rails app.
2021
2022
2023
2024
2025
2026
0.0
Detect request IP, timezone and locale information with ease
2021
2022
2023
2024
2025
2026
0.0
RequestLocalCache gives you per-request cache
2021
2022
2023
2024
2025
2026
0.0
A utility to control browser requests
2021
2022
2023
2024
2025
2026
0.0
Dedupe tasks on a per-request basis
2021
2022
2023
2024
2025
2026
0.0
Per-request registry
2021
2022
2023
2024
2025
2026
0.0
Gem is a standalone Ruby executable app that will repeet GET requests to an endopoints in given timeout (e.g.: `URL=https://nginx/schedule SLEEPFOR=2000 bundle exec request_repeter` will do GET https://nginx/schedule every 2 seconds)
2021
2022
2023
2024
2025
2026
0.0
Captures request response statistics such as cycle time, memory allocation, etc. for each request response cycle grouped in configurable granularity level
2021
2022
2023
2024
2025
2026
0.0
Integrate RequestStoreRails to Sidekiq
2021
2022
2023
2024
2025
2026
0.0
Provides a Sneakers Middleware to clear out RequestStore after each work is processed.
2021
2022
2023
2024
2025
2026
0.0
Inject a tracking tag into all SQL and HTTP requests
2021
2022
2023
2024
2025
2026
0.0
This gem will help to throttler your request
2021
2022
2023
2024
2025
2026
0.0
This is a tracer that hooks into several components to allow tracing requests across services.
2021
2022
2023
2024
2025
2026
0.0
A a very simple resque based queue
2021
2022
2023
2024
2025
2026
0.0
Kernel#require something and make its contents accessible via a different namespace.
2021
2022
2023
2024
2025
2026
0.0
Ruby app loading slowly, or never? Discover bootstrapping issues in Ruby by logging/benchmarking/timing-out/rescuing 'Kernel.require' & 'load'
2021
2022
2023
2024
2025
2026
0.0
This gem gives you convenient hooks around calls to `load`, `require`, and `require_relative`, which can be used to define configuration or setup code that will eventually be run when the library is actually loaded. This helps prevent loading unnecessary gems and configuration code in contexts wh...
2021
2022
2023
2024
2025
2026
0.0
Sometimes you really want to make a keyword argument required, but you just can't because you're using Ruby 2.0.0. But what if you could?
2021
2022
2023
2024
2025
2026
0.0
Easily require date arguments for command line apps. Includes some formats by default but can have custom regexp set. Pass a block to override raising an argument error if the fetch fails.
2021
2022
2023
2024
2025
2026
0.0
In certain situations it makes sense to allow default values of environment variables that
are otherwise required. For example, imagine we're precompiling assets as part of CI when
we don't have access to some environment variables we require for the app be up and
accepting requests, but aren't r...
2021
2022
2023
2024
2025
2026