0.0
Convert Integer ID or UUID String to/from Base58 String; Generate random Base58 String
2020
2021
2022
2023
2024
2025
0.0
Generates random mixes of numbers and letters of fixed length, usable as UUIDs. Now supports Arrays as an argument type for lean. Also has a instance-based interfaced, you now have to do: gid = GID.new; gid.generate
2020
2021
2022
2023
2024
2025
0.0
Stop hitting the DB with every secure-token submission. Encoded Tokens have the ID, or UUID, encoded within the token itself - increasing both security and performance. Coded in plain Ruby, EncodedToken is framework agnostic.
2020
2021
2022
2023
2024
2025
0.0
Mongoid extension for storing and retrieving UUIDs on documents.
2020
2021
2022
2023
2024
2025
0.0
An AR abstract superclass that features a UUID as the default 'id' column, and a generator.
2020
2021
2022
2023
2024
2025
0.0
Developed by: delynn@gmail.com
2020
2021
2022
2023
2024
2025
0.0
Ruby wrapper for https://github.com/liam-middlebrook/uuid_api_http
2020
2021
2022
2023
2024
2025
0.0
typo in aws gem
2020
2021
2022
2023
2024
2025
0.0
Hides sequential primary key counts without resorting to UUIDs or GUIDs.
2020
2021
2022
2023
2024
2025
0.0
Translate an identifier into a UUID
2020
2021
2022
2023
2024
2025
0.0
Online logging solution (like [Datadog](https://www.datadoghq.com)) have drastically transform the way we log.
An app will nowdays logs dozen (hundred) of logs per requests.
The issue is often to correlate this logs, with the initiating request (or job) and add shared metadata on this logs.
He...
2020
2021
2022
2023
2024
2025
0.0
Support for rails_admin field types UUID and Citext
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
RUUID (Ruby UUID) parses, generates, and represents RFC 4122 universally unique identifiers.
2020
2021
2022
2023
2024
2025
0.0
Ruby wrapper for the uuid library in your OS.
2020
2021
2022
2023
2024
2025
0.0
Add timestamps, parent PID's and request UUID's to each logger line.
2020
2021
2022
2023
2024
2025
0.0
A simple hello world gem that generates UUIDs using SecureRandom.
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
0.0
Sequel Model plugin that adds [0-9a-z] unique id prefixed by a custom string.
2020
2021
2022
2023
2024
2025
0.0
Generate secure 64-bit integers using the same approach used by UUIDs.
2020
2021
2022
2023
2024
2025