0.0
auto set uuid column with an universal unique id
2020
2021
2022
2023
2024
2025
0.0
Simple UUID implementation, as per RFC 4122
2020
2021
2022
2023
2024
2025
0.06
Let ActiveRecord serialize and cast your UUIDs to and from binary columns in your database.
2020
2021
2022
2023
2024
2025
0.04
Druuid generates 64-bit, time-sortable UUIDs.
2020
2021
2022
2023
2024
2025
0.03
Quickly and easily convert UUIDs to space efficient Base62 strings.
2020
2021
2022
2023
2024
2025
0.01
Support for binary UUIDs in ActiveRecord
2020
2021
2022
2023
2024
2025
0.01
An easy uuid wrapper for ruby applications
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
0.01
Time-ordered UUIDv4
2020
2021
2022
2023
2024
2025
0.0
Rack middleware to modify Unicorn's procline to display request method, path and uuid during the request.
2020
2021
2022
2023
2024
2025
0.0
Generates tokens that look like type 4 UUID, but are more random.
2020
2021
2022
2023
2024
2025
0.0
Tranlates Wodbys instance UUIDs into instance names
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
This gem allows you to create unique readable fantasy names as identifiers for your active record objects. You can also define multiple identifier columns and alternatively use a UUID or Devise.friendly_token as identifier.
2020
2021
2022
2023
2024
2025
0.0
A tool to reduce merge conflicts with Xcode projects by creating deterministic UUIDs for every element within the `project.pbxproj` file.
2020
2021
2022
2023
2024
2025
0.0
This is a library generating unique id in short pattern.
2020
2021
2022
2023
2024
2025
0.0
Ruby libuuid
2020
2021
2022
2023
2024
2025
0.0
在Mongoid实例初始化后自动生成uuid字段。
2020
2021
2022
2023
2024
2025
0.0
Convert Integer ID or UUID String to/from Base58 String; Generate random Base58 String
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