Project
Reverse Dependencies for yard
The projects listed here declare yard as a runtime or development dependency
0.0
A gem to access Replit Databases.
2021
2022
2023
2024
2025
2026
0.0
Base implementation of Repository layer in Data Mapper pattern. See README for details.
2021
2022
2023
2024
2025
2026
0.0
Support classes for Repository::Base and subclasses.
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
0.0
A simple wrapper around a SOAP client for the MDI Achieve REPS Leads web service.
2021
2022
2023
2024
2025
2026
0.0
Ruby on Rails helpers to add asset links to views. Extracted from merb-assets Merb plugin.
2021
2022
2023
2024
2025
2026
0.0
Ruby app loading slowly, or never? Discover bootstrapping issues in Ruby by logging/benchmarking/timing-out/rescuing 'Kernel.require' & 'load'
2021
2022
2023
2024
2025
2026
0.0
Gem to handle versioning and things that require approval
2021
2022
2023
2024
2025
2026
0.0
Rescuer is a functional abstraction of exception handling inspired by Scala's Try class
2021
2022
2023
2024
2025
2026
0.0
Gem for rendering result PDFs
2021
2022
2023
2024
2025
2026
0.0
An object caching library for Redis.
2021
2022
2023
2024
2025
2026
0.0
Positionless model sorting for Rails 3.
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
0.0
Not scaffolding. Resourcing. Creates extremely customizable resource controllers with one line of code.
class PostsController < ActionController::Base
resource_this
end
2021
2022
2023
2024
2025
2026
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 ...
2021
2022
2023
2024
2025
2026
0.0
Wrapper library for the Respoke API.
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
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...
2021
2022
2023
2024
2025
2026
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, ...
2021
2022
2023
2024
2025
2026
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
2021
2022
2023
2024
2025
2026