Project
Reverse Dependencies for yard
The projects listed here declare yard as a runtime or development dependency
0.0
Generates date & time events from recurrence rules to support various calendar and scheduling use cases, with an emphasis on speed; the core of the Reprise gem is implemented as a Rust extension to enable its use for performance-sensitive workloads.
2019
2020
2021
2022
2023
2024
0.0
A simple wrapper around a SOAP client for the MDI Achieve REPS Leads web service.
2019
2020
2021
2022
2023
2024
0.0
Ruby on Rails helpers to add asset links to views. Extracted from merb-assets Merb plugin.
2019
2020
2021
2022
2023
2024
0.0
Ruby app loading slowly, or never? Discover bootstrapping issues in Ruby by logging/benchmarking/timing-out/rescuing 'Kernel.require' & 'load'
2019
2020
2021
2022
2023
2024
0.0
Gem to handle versioning and things that require approval
2019
2020
2021
2022
2023
2024
0.0
Rescuer is a functional abstraction of exception handling inspired by Scala's Try class
2019
2020
2021
2022
2023
2024
0.0
Gem for rendering result PDFs
2019
2020
2021
2022
2023
2024
0.0
An object caching library for Redis.
2019
2020
2021
2022
2023
2024
0.0
Positionless model sorting for Rails 3.
2019
2020
2021
2022
2023
2024
0.0
Not scaffolding. Resourcing. Creates extremely customizable resource controllers with one line of code.
class PostsController < ActionController::Base
resource_this
end
2019
2020
2021
2022
2023
2024
0.0
Respect for Rails lets you write the documentation of your REST API using Ruby code. Documentation is published using a Rails engine to stay synchronized. Filter is available to validate requests and responses. Parameters are sanitized so you get URI object instead of string object containing an ...
2019
2020
2021
2022
2023
2024
0.0
Wrapper library for the Respoke API.
2019
2020
2021
2022
2023
2024
0.0
Light weight job scheduling on top of ResqueAdmin.
Adds methods enqueue_at/enqueue_in to schedule jobs in the future.
Also supports queueing jobs on a fixed, cron-like schedule.
2019
2020
2021
2022
2023
2024
0.0
A Resque plugin. Adds locking, with optional timeout/deadlock handling to
resque jobs.
Using a `lock_timeout` allows you to re-aquire the lock should your worker
fail, crash, or is otherwise unable to relase the lock.
i.e. Your server unexpectedly looses power. Very handy for jobs tha...
2019
2020
2021
2022
2023
2024
0.0
A resque plugin that adds retry/exponential backoff functionality to your
resque jobs.
Simply extend your module/class with this module:
require 'resque-exponential-backoff'
class DeliverWebHook
extend Resque::Plugins::ExponentialBackoff
def self.perform(url, hook_id, ...
2019
2020
2021
2022
2023
2024
0.0
Resque plugin that allows querying future jobs for it's result, for example:
job = Resque.enqueue_future(MixerWorker, "yeah")
# store job.uuid somewhere
# Later on
job = Resque.get_future_job(uuid)
job.ready?
job.result
job.finished_at
2019
2020
2021
2022
2023
2024
0.0
A gem that combines all the goodness resque has to offer.
2019
2020
2021
2022
2023
2024
0.0
resque-pagerduty provides a Resque failure backend that triggers a Pagerduty
incident when an exception is raised by a job.
2019
2020
2021
2022
2023
2024
0.0
A gem for calling the Kashflow V2 API
2019
2020
2021
2022
2023
2024
0.0
Many web services lack hypermedia or consistent routing. This gives a single place to house routes using URI Templates instead of building URLs throughout the client.
2019
2020
2021
2022
2023
2024