Project
Reverse Dependencies for timecop
The projects listed here declare timecop as a runtime or development dependency
0.01
Rack wrapper around Elasticsearch to provide security and management features
2020
2021
2022
2023
2024
2025
0.01
Adds the functionality to publish/unpublish mongoid docs
2020
2021
2022
2023
2024
2025
0.01
Puffer pages is integratable rails CMS with puffer admin interface
2020
2021
2022
2023
2024
2025
0.01
Log HTTP request queue time to statsd when the HTTP_X_REQUEST_START is set.
2020
2021
2022
2023
2024
2025
0.01
Qyu makes use of a message queue and a state store to provide a reliable distributed task execution system for complex workflows
2020
2021
2022
2023
2024
2025
0.01
Given an (encrypted) Android Pay token, verify and decrypt it
2020
2021
2022
2023
2024
2025
0.01
A rack middleware to output access log in ltsv format
2020
2021
2022
2023
2024
2025
0.01
A developer's QA "caddy" that aids in QA'ing, debugging, and otherwise navigating your application during development and/or QA.
2020
2021
2022
2023
2024
2025
0.01
Sets the current locale of a request using a combination of params, cookies, and http headers
2020
2021
2022
2023
2024
2025
0.01
Time Travel with timecop for your Rails app
2020
2021
2022
2023
2024
2025
0.01
An API client library for Amazon Product Advertising API, written in Ruby.
2020
2021
2022
2023
2024
2025
0.01
Get rates and tracking info from various shipping carriers. A fork of Shopify's original ActiveShipping gem.
2020
2021
2022
2023
2024
2025
0.01
Task scheduler that doesn't need to bootstrap your Rails environment every time it executes a task the way running a rake task via cron does.
2020
2021
2022
2023
2024
2025
0.01
Redis Counters
2020
2021
2022
2023
2024
2025
0.01
Ree Lib provides set of packages to extend Ruby Standard Library
2020
2021
2022
2023
2024
2025
0.01
Ruby interface for the RescueTime Data Analytics API.
2020
2021
2022
2023
2024
2025
0.01
A simple event bus on top of Resque. Publish and subscribe to events as they occur through a queue.
2020
2021
2022
2023
2024
2025
0.01
Seamless integration of resque with resque-progress and resque-lock
2020
2021
2022
2023
2024
2025
0.01
Ensures that for a given queue, only one worker is working on a job at any given time.
Example:
require 'resque/plugins/unique_at_runtime'
class StrictlySerialJob
include Resque::Plugins::UniqueAtRuntime
@queue = :serial_work
def self.perform
# only one at a time in thi...
2020
2021
2022
2023
2024
2025
0.01
Provides helper methods for using Timecop in RSpec examples.
2020
2021
2022
2023
2024
2025