0.0
Simplify the usage of accepts_nested_attributes_for in Rails applications.
2020
2021
2022
2023
2024
2025
0.0
stealth_dom_id extends Rails' `dom_id` helper to generate DOM IDs using an alternative attribute instead of database primary keys. This helps prevent exposing internal database IDs.
2020
2021
2022
2023
2024
2025
0.0
This gem attempts to provide a more robust model for web application testing, on top of Watir-WebDriver which already has significant improvements over just Selenium or WebDriver, based on describing pages and then interacting with the descriptions.
2020
2021
2022
2023
2024
2025
0.0
This gem wraps the IP to ASN dataset. It uses lazy loading so it doesn't load the entire ~25M dataset all at once.
2020
2021
2022
2023
2024
2025
0.0
Gem that makes it easy to integrate and upload files to AWS S3 using Active Storage. Pay attention: this gem is still in development. Please CONTRIBUTE!
2020
2021
2022
2023
2024
2025
0.0
The AssemblyAI Ruby SDK provides an easy-to-use interface for interacting with the AssemblyAI API, which supports async, audio intelligence models, as well as the latest LeMUR models.
The Ruby SDK does not support Streaming STT at this time.
2020
2021
2022
2023
2024
2025
0.0
Component library built for Ruby on Rails with first-class support for ActionView using ViewComponent.
2020
2021
2022
2023
2024
2025
0.0
Required is a utility to require all files in a directory.
Why would one want to require a whole bunch of files at once? I have used this
gem on 2 projects to:
- require dozens of jar files when working on a JRuby project
- pull in all files before running code coverage (rcov), to find code ...
2020
2021
2022
2023
2024
2025
0.0
EPIN (Extended Piece Identifier Notation) extends PIN to provide style-aware piece representation
in abstract strategy board games. This gem implements the EPIN Specification v1.0.0 with
a modern Ruby interface featuring immutable identifier objects and functional programming
principles. EPIN add...
2020
2021
2022
2023
2024
2025
0.0
Finds all skills unlocked at a level for diablo
2020
2021
2022
2023
2024
2025
0.0
Attempts to extract geographic regions mentioned in txt/html documents.
2020
2021
2022
2023
2024
2025
0.0
This is not rocket science at all, this gem just adds a helper method to retrieve human friendly errors from ActiveRecord models.
2020
2021
2022
2023
2024
2025
0.0
Safely initialize an ActiveRecord attribute with respect to missing columns
2020
2021
2022
2023
2024
2025
0.0
This patch provides first_or_create method to be atomic, once the default one isn't!!!
2020
2021
2022
2023
2024
2025
0.0
Simple DSL to control callback attribute changed in ActiveRecord model
2020
2021
2022
2023
2024
2025
0.0
Serialize an ActiveRecord::Base attribute via JSON in Ruby on Rails
2020
2021
2022
2023
2024
2025
0.0
activerecord_uuid_as_pk is a extension for ActiveRecord to enable to use uuid for id attribute.
2020
2021
2022
2023
2024
2025
0.0
Retries reads and transactions when an ActiveRecord::StatementInvalid occurs that matches a list of errors. Default list of errors includes errors related to failover situations to allow for graceful failovers during a request and to attempt prevention of data loss for temporary issue.
2020
2021
2022
2023
2024
2025
0.0
Touch specific associations when specific attributes change. Call an optional method on those touched records. Perform the touch synchronously or asynchronously.
2020
2021
2022
2023
2024
2025