Project
Reverse Dependencies for rspec
The projects listed here declare rspec as a runtime or development dependency
0.02
Reflection is a Rails plugin and standalone Rack middleware library. Give up quirky config syntax and use plain old Ruby for your rewrite and redirection rules.
2021
2022
2023
2024
2025
2026
0.02
Regexy contains a lot of common-use regular expressions and provides a friendly syntax to combine them.
2021
2022
2023
2024
2025
2026
0.02
Reformat Enumerables into Hashes, using derived keys / values
2021
2022
2023
2024
2025
2026
0.02
Return struct results from ActiveRecord relation queries
2021
2022
2023
2024
2025
2026
0.02
Render ERB template and provide more useful message pointing out the line with the error in the view
2021
2022
2023
2024
2025
2026
0.02
provides a readable but terse enum facility for Ruby
2021
2022
2023
2024
2025
2026
0.02
Builds XML and JSON representations of your Ruby objects
2021
2022
2023
2024
2025
2026
0.02
Classes for tracking request id
2021
2022
2023
2024
2025
2026
0.02
Sinatra based foreign API simulation
2021
2022
2023
2024
2025
2026
0.02
Objects that represent success or failure
2021
2022
2023
2024
2025
2026
0.02
An HTTP library for Ruby that takes advantage of everything HTTP has to offer.
2021
2022
2023
2024
2025
2026
0.02
Rerun failing RSpec examples easily.
2021
2022
2023
2024
2025
2026
0.02
Provide rspec matchers to match http response code
2021
2022
2023
2024
2025
2026
0.02
A gem to integrate with the Responsys SOAP API
2021
2022
2023
2024
2025
2026
0.02
A resque plugin for limiting how many of a specific job can run concurrently
2021
2022
2023
2024
2025
2026
0.02
Daemon of resque workers
2021
2022
2023
2024
2025
2026
0.02
resque plugin for automatically scaling workers based on the amount of time it takes a job to go through the queue and/or the length of the queue
2021
2022
2023
2024
2025
2026
0.02
Ensures that for a given queue, only one worker is working on a job at any given time.
Example:
require 'resque/plugins/lonely_job'
class StrictlySerialJob
extend Resque::Plugins::LonelyJob
@queue = :serial_work
def self.perform
# only one at a time in this block, no pa...
2021
2022
2023
2024
2025
2026
0.02
Provides multi-step tasks with finalization and progress tracking
2021
2022
2023
2024
2025
2026
0.02
A Resque plugin to add functionality to pause resque jobs through the web interface.
Using a `pause` allows you to stop the job for a slice of time.
The job finish the process it are doing and don't get a new task to do,
until the queue is released.
You can use this functionality to do some main...
2021
2022
2023
2024
2025
2026