equivalent / public_uid

Automatically generates random unique public id for record.
MIT License
76 stars 8 forks source link

Bug Fix: Custom column name fails to generate UIDs. #12

Closed chunpan closed 6 years ago

chunpan commented 6 years ago

The Problem:

The custom uid column feature fails to generate uids when used in a real Rails application.

Analysis:

Solution:

equivalent commented 6 years ago

good spot, nice piece of work.

I will have no look at this PR in depth over this Weekend as this Gem is significant in many projects. But in principle you are right that was a bug

equivalent commented 6 years ago

gem 1.2.2 released https://rubygems.org/gems/public_uid/versions/1.2.2

thank you once again ;)