Project
Reverse Dependencies for rake
The projects listed here declare rake as a runtime or development dependency
0.01
Adds a command to terminal that lets you easily reset the iOS Simulator
2021
2022
2023
2024
2025
2026
0.01
Ruby wrapper for easy interaction with a RESO Web API compliant server.
2021
2022
2023
2024
2025
2026
0.01
This gem patches the Resolv::DNS class in stdlib to include a method to resolve
and iterate over SRV records according to their relative priorities and weights.
2021
2022
2023
2024
2025
2026
0.01
Supports Trestle, Spark, Bridge Interactive, MLS Grid
2021
2022
2023
2024
2025
2026
0.01
Replace param name of resources' id
2021
2022
2023
2024
2025
2026
0.01
Allows communication with MLS systems conforming to the RESO Web API standard
2021
2022
2023
2024
2025
2026
0.01
Respect lets you specify object schema using a Ruby DSL. It also provides validators, sanitizers and dumpers to generate json-schema.org compliant spec. It is perfect to specify JSON document structure.
2021
2022
2023
2024
2025
2026
0.01
For all of you, who prefer to add JS libraries via gem
2021
2022
2023
2024
2025
2026
0.01
Simple response caching for Ruby applications
2021
2022
2023
2024
2025
2026
0.01
Easy to use response state pattern
2021
2022
2023
2024
2025
2026
0.01
Responsive Sass design using media queries for Compass.
2021
2022
2023
2024
2025
2026
0.01
There are a number of plugins which allow you define unique jobs, but each only handle on use-case. This allows you have full control over how uniqueness is defined
2021
2022
2023
2024
2025
2026
0.01
Adds event publishing and job tracking ability to Resque
2021
2022
2023
2024
2025
2026
0.01
resque-exceptional provides a Resque failure backend that sends exceptions
raised by jobs to getexceptional.com.
2021
2022
2023
2024
2025
2026
0.01
Seamless integration of resque with resque-progress and resque-lock
2021
2022
2023
2024
2025
2026
0.01
A Resque plugin to ensure unique workers while preventing queue starvation
2021
2022
2023
2024
2025
2026
0.01
A simple mechanism to create custom log files based on queue names of Resque workers.
2021
2022
2023
2024
2025
2026
0.01
Mock resque with threads
2021
2022
2023
2024
2025
2026
0.01
A class to dynamically manage number of processes and status in the
resque pool with a command-line user interface to interacively manage
and supervise the worker pool.
2021
2022
2023
2024
2025
2026
0.01
A Resque plugin. If you want only one instance of your job
queued at a time, extend it with this module.
For example:
class ExampleJob
extend Resque::Jobs::Queue::Lock
def self.perform(repo_id)
heavy_lifting
end
end
2021
2022
2023
2024
2025
2026