0.0
Proc Error Handling allows you to specify a proc for
most of the database oriented operations. If an error
occurs, the klass and values are passed to the proc.
The proc may attempt to fix the error and retry, or
pass the error on up the chain.
2021
2022
2023
2024
2025
2026
0.0
A ruby library that attempts to provide an intuitive API for operations on meta information about the Bible
2021
2022
2023
2024
2025
2026
0.0
Faraday middleware for simple mocking of Faraday requests per environment by means of YAML files read at runtime.
2021
2022
2023
2024
2025
2026
0.0
Sequel plugin which add mass assign ability for one_to_many associations for model.
2021
2022
2023
2024
2025
2026
0.0
A Seq is created with an array, and optionally a number of elements
to return, an offset to start at and a default item to return when
ended. Call #next to return the next item.
A Seq::Random will return randomly selected elements from the array.
A Seq::Lazy will lazily e...
2021
2022
2023
2024
2025
2026
0.0
REST API for electronic invoicing in France: Factur-X (CII), UBL 2.1, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Invoice Generation - **Formats**: CII XML, UBL 2.1 XML, or Factur-X PDF/A-3 - **Profiles** (CII/PDF): MINIMUM, BASIC, EN16931, EXTENDED - **UBL**: Always EN16931 ...
2021
2022
2023
2024
2025
2026
0.0
Audit your Fluentd configuration and raise attention to you
2021
2022
2023
2024
2025
2026
0.0
Capistrano recipe for a deployment workflow based on git tags. This gem was originally created by Joshua Nichols and modified by Mario Visic at Sentia Australia.
2021
2022
2023
2024
2025
2026
0.0
With all elegance of Ruby and ElasticSearch flexibility this gem brings to you the best of both worlds. Provides a solid architecture allowing to easily Extract, Transform, Enrich and Load data from any data source into ElasticSearch/OpenSearch and also to search it. It is framework-agnostic, whi...
2021
2022
2023
2024
2025
2026
0.0
Runtime is an event library running in the background of your process, checking every second if there is an event ready to be run at the given time.
2021
2022
2023
2024
2025
2026
0.0
Validates whether associations are uniqueness when using accepts_nested_attributes_for.
2021
2022
2023
2024
2025
2026
0.0
Gives Rails models nice methods for managing columns that define a timestamp that represents a state such as `published_at` => `published?`.
2021
2022
2023
2024
2025
2026
0.0
A framework for tracking compliance requirements and attestations.
2021
2022
2023
2024
2025
2026
0.0
Keeps track of the number and type of queries in your RSpec tests and provides a summary at the end of the test run.
2021
2022
2023
2024
2025
2026
0.0
Rack middleware to handle validating Lti 1.1 requests
2021
2022
2023
2024
2025
2026
0.0
A Ruby gem wrapping the legendary Rust Aho-Corasick algorithm! Aho-Corasick is a powerful string searching algorithm that finds multiple patterns simultaneously in a text. Features include overlapping matches, case-insensitive search, find & replace, match positions, and configurable match strate...
2021
2022
2023
2024
2025
2026
0.0
Application to gather prometheus style metrics
# Usage
Install the gem into your gemfile
```gem prometheus-collector```
Install your gemset
```bundle install```
Consume the program.
```
require 'prometheus/collector'
class Guage < Prometheus::Collector::Extensions::Base
install
def...
2021
2022
2023
2024
2025
2026
0.0
Audit your Fluentd configuration (YAML) and raise attention to you with fluent-auditify
2021
2022
2023
2024
2025
2026
0.0
Parses Inline Attribute Lists with extensions, quotes, interpolation
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord-Deepstore enhances ActiveRecord models with powerful functionality for handling deeply nested data structures within a database column. It provides methods for storing, accessing, and managing deeply nested data, making it easier to work with complex data structures in your Rails app...
2021
2022
2023
2024
2025
2026