On Tuesday, February 20, 2018 at 8:34:30 PM UTC-6, Sebastian Skałacki wrote:
>
> Oh, I forgot to mention that I am willing to implement this feature after 
> current discussion.
>

Any reason you can't just store and/or compare uuid's all upcased?  

A valid uuid 
matches 
/\A[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}\z/i
but if you want to compare two, for whatever reason, only the case should 
matter, no?

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-core+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-core@googlegroups.com.
Visit this group at https://groups.google.com/group/rubyonrails-core.
For more options, visit https://groups.google.com/d/optout.

Reply via email to