Merge branch 'master' of github.com:huacnlee/rucaptcha
This commit is contained in:
commit
77498490e2
|
@ -1,9 +1,7 @@
|
|||
# RuCaptcha
|
||||
|
||||
|
||||
This is a Captcha gem for Rails Application. It run ImageMagick command to draw Captcha image.
|
||||
|
||||
So it's NO performance issue, and memory leak issue.
|
||||
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.
|
||||
|
||||
Idea by: https://ruby-china.org/topics/20558#reply4
|
||||
|
||||
|
@ -11,6 +9,11 @@ Idea by: https://ruby-china.org/topics/20558#reply4
|
|||
|
||||
- ImageMagick
|
||||
|
||||
### Example
|
||||
|
||||
![simple4](https://cloud.githubusercontent.com/assets/5518/10726106/9442b1fe-7c0b-11e5-8c06-f88fce5e7a58.png) ![simple3](https://cloud.githubusercontent.com/assets/5518/10726119/a844dfce-7c0b-11e5-99c3-a818f3ef3dd2.png)
|
||||
|
||||
|
||||
### Usage
|
||||
|
||||
Put rucaptcha in your `Gemfile`:
|
||||
|
|
Loading…
Reference in New Issue