How to generate non predicable alphanumerical ids in Rails?
In many applications you generate ids that are visible to customers or used in links. Rails by default uses sequential integers which are easily guessable. Here’s a short summary of gems you can use to create non-predictable, YouTube-like identifiers in your app.
Post a comment