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

Cannot use :file_store in local development env. #35

Closed Wangjiaji007 closed 8 years ago

Wangjiaji007 commented 8 years ago

I know it is reasonable config for you to make :mem_cache or :redis as a default cache way in production due to cross machines issue. However, if you can leave a :file_store option for develop mode, it will be convenient for developers in their local machine. cheers.

Wangjiaji007 commented 8 years ago

thanks