opaque_id 2.0.0
OpaqueId provides a simple way to generate unique, URL-friendly identifiers for your ActiveRecord models. Uses rejection sampling for unbiased random generation, ensuring perfect uniformity across the alphabet. Prevents exposing incremental database IDs in URLs and APIs.
          Gemfile:
          =
        
        
          instalar:
          =
        
      Runtime Dependencies (2):
            activerecord
            >= 8.0
          
          
            activesupport
            >= 8.0