DISQUS

DISQUS Hello! Life is grand is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Jump to original thread »
Author

GUID/UUID in Ruby

Started by paulmwatson · 10 months ago

Surprisingly Ruby doesn’t come with a built in GUID generator. Thankfully there is the useful uuid project which implements a gem that you can easily install and use to generate GUIDs.
1. gem install uuid

2. require 'uuid'

3. UUID.new
Gems rock. ... Continue reading »

0 comments

This thread has no comments yet.

Add New Comment

Returning? Login