Jason Fox

Icon

programming, products, and pontifications…

acts_as_universally_unique

I recently found the need to provide UUIDs for ActiveRecord models in a service that I’m developing.  I wasn’t able to find a suitable soution, so, I rolled my own.  Enter acts_as_universally_unique.  The plugin simply adds a (customizabe) UUID field to all ActiveRecord models that act_as_universally_unique.  I will be adding additional methods (and test cases) to it shortly.

Category: Programming

Tagged: , ,

Leave a Reply