Merge branch 'master' of github.com:huacnlee/rucaptcha
This commit is contained in:
commit
77498490e2
|
|
@ -1,9 +1,7 @@
|
||||||
# RuCaptcha
|
# RuCaptcha
|
||||||
|
|
||||||
|
|
||||||
This is a Captcha gem for Rails Application. It run ImageMagick command to draw Captcha image.
|
This is a Captcha gem for Rails Applications. It runs an ImageMagick command to draw Captcha image - so it has NO performance issues or memory leak issues.
|
||||||
|
|
||||||
So it's NO performance issue, and memory leak issue.
|
|
||||||
|
|
||||||
Idea by: https://ruby-china.org/topics/20558#reply4
|
Idea by: https://ruby-china.org/topics/20558#reply4
|
||||||
|
|
||||||
|
|
@ -11,6 +9,11 @@ Idea by: https://ruby-china.org/topics/20558#reply4
|
||||||
|
|
||||||
- ImageMagick
|
- ImageMagick
|
||||||
|
|
||||||
|
### Example
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
Put rucaptcha in your `Gemfile`:
|
Put rucaptcha in your `Gemfile`:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue