huacnlee / rucaptcha

Captcha Gem for Rails, which generates captcha image by Rust.
https://huacnlee.github.io/rucaptcha
MIT License
693 stars 133 forks source link

Add skip_cache_store_check configuration #63

Closed wayne5540 closed 5 years ago

wayne5540 commented 6 years ago

Hi @huacnlee,

Thanks for the great work on rucaptcha, I've submitted issue #59 asking how to skip cache_store from test env. It's very annoying to have warnings every times I boot the engine, it's better to be a way to switch on/off the warning messages by setting skip_cache_store_check as true.

Let me know if you like this idea or not and why. Cheers.

tagliala commented 5 years ago

Yes, please skip this message by default in test environment

huacnlee commented 5 years ago

Just released 2.4.0

wayne5540 commented 5 years ago

Thanks 👍