Luis Vasconcellos
Luis Vasconcellos
@pyromaniac Could you help us with this when you have some time? Thanks!
It's already possible. Enter copy mode, highlight what you want to search and then hit `shift + s`. If you read the README and couldn't find it though the README...
+1
This is an important and repeatedly requested feature. Is there anything specifically preventing this PR from being merged? Anything we can help?
We already are at angular5 and still unable to mock http in e2e specs 😕 (@tauil small world, huh?)
@sunaku This is exactly what I was looking for, thank you.
I would gladly jump on this if a maintainer could give me a few pointers to start with.
@sasha370 @AlexDavidoiu
There is a PR for fixing that https://github.com/decioferreira/omniauth-linkedin-oauth2/pull/29 Unfortunately this project seems to be abandoned, so the PR might never get merged.
If you are not encrypting anything on your models then you won't have this problem. The encryption behavior comes from Rails' own [ActiveRecord::Encryption](https://guides.rubyonrails.org/active_record_encryption.html) module, the `decrypt!` method it's there not...