Hashid Rails Versions Save

Use Hashids (http://hashids.org/ruby/) in your Rails app ActiveRecord models.

v0.6.0

7 years ago
  • Add Rubocop and adjust styles to be consistent.
  • Fix issue where finding multiple non-hashids returns an array of nils.
  • Switch over testing to use SQLite for more accurate db interactions.

v0.5.0

7 years ago
  • Update specs to support Rails 5.x series.

v0.4.1

7 years ago
  • Limit installations to Rails 4.x; gem is not yet Rails 5 compatible.

v0.4.0

7 years ago
  • Add find_by_hashid method to always try and decode, as opposed to find which tries to find it as an integer first.

v0.3.2

7 years ago
  • Multiple ids can be passed to find method.

v0.3.1

8 years ago
  • Update Rails dependency to work with Rails 4.0 and up.

v0.3.0

8 years ago
  • Customize the alphabet used for Hashids.

v0.1

8 years ago
  • Initial Release

v0.1.1

8 years ago
  • Let Model#find work with integer model ids as well as hashids.

v0.1.2

8 years ago
  • Let Model#find work with integers passed in as strings.