Project
Reverse Dependencies for yard
The projects listed here declare yard as a runtime or development dependency
0.0
Rescuer is a functional abstraction of exception handling inspired by Scala's Try class
2020
2021
2022
2023
2024
2025
0.0
Gem for rendering result PDFs
2020
2021
2022
2023
2024
2025
0.0
An object caching library for Redis.
2020
2021
2022
2023
2024
2025
0.0
Positionless model sorting for Rails 3.
2020
2021
2022
2023
2024
2025
0.0
A comprehensive Ruby client library for interacting with ResourceSpace open-source Digital Asset Management system. Supports resource management, file uploads, searching, collections, and metadata operations.
2020
2021
2022
2023
2024
2025
0.0
Not scaffolding. Resourcing. Creates extremely customizable resource controllers with one line of code.
class PostsController < ActionController::Base
resource_this
end
2020
2021
2022
2023
2024
2025
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 ...
2020
2021
2022
2023
2024
2025
0.0
Wrapper library for the Respoke API.
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
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, ...
2020
2021
2022
2023
2024
2025
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
2020
2021
2022
2023
2024
2025
0.0
A gem that combines all the goodness resque has to offer.
2020
2021
2022
2023
2024
2025
0.0
resque-pagerduty provides a Resque failure backend that triggers a Pagerduty
incident when an exception is raised by a job.
2020
2021
2022
2023
2024
2025
0.0
A gem for calling the Kashflow V2 API
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025
0.0
RSpec macros, helpers and matchers to work with APIs
2020
2021
2022
2023
2024
2025
0.0
Results is a functional combinator of results which are either Good or Bad inspired by ScalaUtils's Or and Every classes
2020
2021
2022
2023
2024
2025
0.0
A regular syntax matcher facilitating DSL's construction
2020
2021
2022
2023
2024
2025
0.0
A Ruby gem for working with the ResourceSync web synchronization framework
2020
2021
2022
2023
2024
2025