Metadata


Name
hashid-rails
Version
1.4.1
Platform
ruby
Authors
Justin Cypret
Bindir
exe
Date
2020-08-10 00:00:00 UTC
Dependencies
appraisal (>= 0, development)
bundler (>= 0, development)
byebug (>= 0, development)
rake (>= 0, development)
rspec (~> 3.4.0, development)
rubocop (>= 0, development)
simplecov (~> 0.17.1, development)
sqlite3 (>= 0, development)
activerecord (>= 4.0)
hashids (~> 1.0)
Description
This gem allows you to easily use [Hashids](http://hashids.org/ruby/) in your Rails app. Instead of your models using sequential numbers like 1, 2, 3, they will instead have unique short hashes like "yLA6m0oM", "5bAyD0LO", and "wz3MZ49l". The database will still use integers under the hood, so this gem can be added or removed at any time.
Email
jcypret@gmail.com
Files
.github/workflows/ruby.yml
.gitignore
.rspec
.rubocop.yml
Appraisals
CHANGELOG.md
Gemfile
LICENSE.txt
README.md
Rakefile
bin/console
bin/setup
gemfiles/rails_4.2.gemfile
gemfiles/rails_5.0.gemfile
gemfiles/rails_5.1.gemfile
gemfiles/rails_5.2.gemfile
gemfiles/rails_6.0.gemfile
hashid-rails.gemspec
lib/hashid/rails.rb
lib/hashid/rails/configuration.rb
lib/hashid/rails/version.rb
Homepage
https://github.com/jcypret/hashid-rails
Licenses
MIT
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 0
Rubygems version
3.0.3
Specification version
4
Summary
Use Hashids in your Rails app models.
Original platform
ruby
New platform
ruby