0.0
An AR abstract superclass that features a UUID as the default 'id' column, and a generator.
2021
2022
2023
2024
2025
2026
0.0
UUID compatible objects prefixed by time
2021
2022
2023
2024
2025
2026
0.0
The UUID gem
2021
2022
2023
2024
2025
2026
0.0
A better way to do UUID in Rails 2/3
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
Compression and packing methods for singular and collection IDs and UUIDs.
2021
2022
2023
2024
2025
2026
0.0
Takes Java serialized objects in a file or stream and creates Ruby wrapper objects and decodes. The package can also write Java objects once UUID is read from sample.
2021
2022
2023
2024
2025
2026
0.0
Takes Java serialized objects in a file or stream and creates Ruby wrapper objects and decodes. The package can also write Java objects once UUID is read from sample.
2021
2022
2023
2024
2025
2026
0.0
Takes Java serialized objects in a file or stream and creates Ruby wrapper objects and decodes. The package can also write Java objects once UUID is read from sample.
2021
2022
2023
2024
2025
2026
0.0
Rack middleware to modify Unicorn's procline to display request method, path and uuid during the request.
2021
2022
2023
2024
2025
2026
0.0
Generates tokens that look like type 4 UUID, but are more random.
2021
2022
2023
2024
2025
2026
0.0
The Tripletex API is a **RESTful API**, which does not implement PATCH, but uses a PUT with optional fields. **Actions** or commands are represented in our RESTful path with a prefixed `:`. Example: `/v2/hours/123/:approve`. **Summaries** or aggregated results are represented in our RESTful pat...
2021
2022
2023
2024
2025
2026
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
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
0.0
This is a library generating unique id in short pattern.
2021
2022
2023
2024
2025
2026
0.0
DistorteD UUID/GUID library
2021
2022
2023
2024
2025
2026
0.0
Lazily generate string pattern combinations to name your [puppy|startup|band] or write bad poems or produce UUID variants. Kinda like reverse regex. Lazily loads "pages" of combinations and returns results before the heat death of the universe.
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
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