huacnlee / rucaptcha

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

如果配置文件设置为redis_store, 但并不启动redis, 验证码能出来,但无法验证通过。 #44

Closed netqyq closed 6 years ago

netqyq commented 7 years ago

如果配置文件设置为redis_store, 但并不启动redis, 验证码能出来,但一直无法验证通过。 这可能是个小问题。

理想的方式是: 配置文件设置为redis_store, 但连接不到redis,就使用file_store.

liuzhenangel commented 6 years ago

我用的redis_store,加了个gem 'redis-rails', 不用启动redis使用正常。

如果不加这个 gem redis-rails 就不显示图片。@netqyq