randomized_field 1.0.0
RandomizedField is a simple ActiveRecord module that populates a field with a unique, randomly-generated string. This is useful for generating one-off tokens or creating a non-incrementing unique ID. See the project page for example uses.
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (1):
            activerecord
            >= 4.0.0
          
    Development Dependencies (7):
            bundler
            ~> 1.16
          
          
            rake
            ~> 10.0
          
          
            rspec
            ~> 3.0
          
          
            rubocop
            ~> 0.59
          
          
            rubocop-rspec
            ~> 1.30
          
          
            shoulda-matchers
            ~> 3.1
          
          
            sqlite3
            >= 0
          
    