0.0
UUID extension for ActiveRecord
2021
2022
2023
2024
2025
2026
0.0
MongoMapper plugin that uses a UUID instead of the default ObjectID
2021
2022
2023
2024
2025
2026
0.0
Allows Rails Admin to work with PostgreSQL UUID field type.
2021
2022
2023
2024
2025
2026
0.0
Port of wickedbyte/int-to-uuid. Encodes a non-negative 64-bit unsigned integer and an optional 32-bit namespace into a valid RFC 9562 Version 8 UUID.
2021
2022
2023
2024
2025
2026
0.0
This should produce human readable uuid's. Beware collisions.
2021
2022
2023
2024
2025
2026
0.0
Autoguid lets you trivially add human readable uuids to all
your models, a whitelisted set of models, or a blacklisted set.
Indices are automatically created based on a configuration option.
There's also a rake task that will backfill these uuids into resources that
have already been ...
2021
2022
2023
2024
2025
2026
0.0
Secure, collision-resistant ids optimized for horizontal scaling and performance.Next generation UUIDs. Need unique ids in your app? Forget UUIDs which often collide in large apps.Use Cuid2, instead.
2021
2022
2023
2024
2025
2026
0.0
A simple gem to automatically add UUID to activerecord migrations
2021
2022
2023
2024
2025
2026
0.05
Let ActiveRecord serialize and cast your UUIDs to and from binary columns in your database.
2021
2022
2023
2024
2025
2026
0.03
Quickly and easily convert UUIDs to space efficient Base62 strings.
2021
2022
2023
2024
2025
2026
0.03
Druuid generates 64-bit, time-sortable UUIDs.
2021
2022
2023
2024
2025
2026
0.01
An easy uuid wrapper for ruby applications
2021
2022
2023
2024
2025
2026
0.01
Support for binary UUIDs in ActiveRecord
2021
2022
2023
2024
2025
2026
0.01
A DataMapper adapter for Amazon's SimpleDB service.
Features:
* Full set of CRUD operations
* Supports all DataMapper query predicates.
* Can translate many queries into efficient native SELECT operations.
* Migrations
* DataMapper identity map support for record caching
* Lazy-loaded att...
2021
2022
2023
2024
2025
2026
0.01
Generate unique identifiers in multiple formats: time-sortable ULIDs, compact nanoids, UUID v7, CUID2, Stripe-style prefixed IDs, Twitter-style snowflake IDs, hashid obfuscation, and base-N encoding. Zero dependencies, thread-safe, cryptographically random.
2021
2022
2023
2024
2025
2026
0.01
Generate random test data including names, emails, phone numbers, UUIDs, sentences, paragraphs, dates, numbers, and more. Includes 50 first names, 50 last names, and lorem ipsum words for realistic test fixtures.
2021
2022
2023
2024
2025
2026
0.0
Ruby wrapper for the uuid library in your OS.
2021
2022
2023
2024
2025
2026
0.0
== Description
A tool for describing and validating objects as intuitively as possible.
Easier to read and write than JSON Schema, and more powerful than a simple hash comparison.
Example usage:
shape = {
:$uuid => {
email: :$email,
first_name: String,
las...
2021
2022
2023
2024
2025
2026
0.0
Add timestamps, parent PID's and request UUID's to each logger line.
2021
2022
2023
2024
2025
2026