Sha256: 63c0071f9d68b7bf477a429099919ce808de78c20de53af5da6c3ff22e4116c2

Contents?: true

Size: 870 Bytes

Versions: 1

Compression:

Stored size: 870 Bytes

Contents

# Changelog

## 0.4.0 (2016-08-21)
- Limit installations to Rails 4.x; gem is not yet Rails 5 compatible.

## 0.4.0 (2016-08-21)
- Add `find_by_hashid` method to always try and decode, as opposed to `find` which tries to find it as an integer first.

## 0.3.2 (2016-03-30)
- Multiple ids can be passed to `find` method.

## 0.3.1 (2016-03-10)
- Update Rails dependency to work with Rails 4.0 and up.

## 0.3.0 (2016-03-10)
- Customize the alphabet used for Hashids.

## 0.2.0 (2016-01-02)

- Customize the Hashid seed and length using a configuration initializer.
- Add test coverage
- Fix issue where calling `.reload` on model retries to `decode_id`.

## 0.1.2 (2015-04-12)

- Let `Model#find` work with integers passed in as strings.

## 0.1.1 (2015-04-12)

- Let `Model#find` work with integer model ids as well as hashids.

## 0.1.0 (2015-04-12)

- Initial Release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hashid-rails-0.4.1 CHANGELOG.md