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
2021
2022
2023
2024
2025
2026
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.
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
You need a UUID from some string. Maybe a URL shortner without a database, or some kind of ID passed as parameter. This gem uses Huffman Coding [http://en.wikipedia.org/wiki/Huffman_coding] and base 36 integers [http://en.wikipedia.org/wiki/Base_36] to create such ID.
2021
2022
2023
2024
2025
2026
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...
2021
2022
2023
2024
2025
2026
0.0
A simple hello world gem that generates UUIDs using SecureRandom.
2021
2022
2023
2024
2025
2026
0.0
Convert Integer ID or UUID String to/from Base58 String; Generate random Base58 String
2021
2022
2023
2024
2025
2026
0.0
This rails engine configures necessary settings to enable native UUID primary key
in rails + postgresql environment.
2021
2022
2023
2024
2025
2026
0.0
BetterAppGen generates production-ready Rails 8 applications with a modern, opinionated stack. Features include: Solid Stack (Cache, Queue, Cable) backed by PostgreSQL instead of Redis, Vite 7 with Tailwind CSS 4 and Stimulus for frontend, multi-database architecture with separate databases for a...
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
Add timestamps, parent PID's and request UUID's to each logger line.
2021
2022
2023
2024
2025
2026
0.0
Create, update, and delete records within a block, assign
the same request_uuid to them, and be able to easily view
and undo them
2021
2022
2023
2024
2025
2026
0.0
Use ID and UUID keys interchangeably
2021
2022
2023
2024
2025
2026
0.0
Sequel Model plugin that adds [0-9a-z] unique id prefixed by a custom string.
2021
2022
2023
2024
2025
2026
0.0
Generate secure 64-bit integers using the same approach used by UUIDs.
2021
2022
2023
2024
2025
2026
0.0
RUUID (Ruby UUID) parses, generates, and represents RFC 4122 universally unique identifiers.
2021
2022
2023
2024
2025
2026
0.0
Optional patterns for Rails apps: multi-tenancy, RLS, outbox, health checks, auditing, soft delete, UUID primary keys, and document storage client. All features are configurable via initializer.
2021
2022
2023
2024
2025
2026
0.0
Installs blah blah blah
2021
2022
2023
2024
2025
2026
0.0
Identifier is a Ruby unique identifier generator that wraps the UNIX, Linux and Macintosh 'uuid' library.
2021
2022
2023
2024
2025
2026
0.0
Get Mojang profile information coming from a username or a UUID. Will also read in whitelist data and output whitelists in pre-1.7 and 1.7+ formats.
2021
2022
2023
2024
2025
2026