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:
=
安装:
=
Runtime 依赖 (1):
activerecord
>= 4.0.0
Development 依赖 (7):
bundler
~> 1.16
rake
~> 10.0
rspec
~> 3.0
rubocop
~> 0.59
rubocop-rspec
~> 1.30
shoulda-matchers
~> 3.1
sqlite3
>= 0