1

I am looking for a list of UUID gems for Ruby on Rails, could someone please recommend a couple to me, preferably ones that are not so complicated that I wouldn't be able to understand them easily.

2 Answers2

4

The Ruby Toolbox is a nice place to start your search.

Alexandre Abreu
  • 1,382
  • 1
  • 13
  • 28
0

I would strongly recommend you to use UUID Tools

A brief of what they offer:

UUIDTools was designed to be a simple library for generating any of the various types of UUIDs. It conforms to RFC 4122 whenever possible.

I have been using it for different projects and I haven't had any problems. Also, the documentation is pretty good. Check this out for more reference UUID Tools Reference

Nobita
  • 23,519
  • 11
  • 58
  • 87