jmazzi / crypt_keeper

Transparent ActiveRecord encryption
http://jmazzi.github.com/crypt_keeper/
MIT License
288 stars 99 forks source link

Add support for Rails 5 #134

Closed cdussud closed 7 years ago

cdussud commented 7 years ago

The readme says that Cryptkeeper 0.23 supports Rails 5, but there's no such version available and 0.22 only supports ActiveRecord 4.2.

safetymonkey commented 7 years ago

You can get around this by having the gem pull directly from this repo. I have crypt_keeper running on a Rails 5.0.2 app.

gem 'crypt_keeper', github: 'jmazzi/crypt_keeper'

jesperronn commented 7 years ago

Whats holding back a new release? I see a prerelease is ready:

https://github.com/jmazzi/crypt_keeper/releases/tag/v1.0.0.beta1

Rails 5 support is definitely relevant, and I think its a good call to bump the major version and follow Semver and go for 1.0.0, since the coming release will only support Rails 4.2+ and Rails 5

Please call for help, if you need assistance with the release :)

Related:

jmazzi commented 7 years ago

@cdussud @jesperronn 1.0.0 is live now

jesperronn commented 7 years ago

👍👏