7f51c67f13Merge branch 'master' of github.com:huacnlee/rucaptcha
Jason Lee
2016-05-23 15:15:56 +0800
fa19a6e32dUpgrade Gems
Jason Lee
2016-05-23 15:15:47 +0800
f16c0717b8Add Code Climate Badge
Jason Lee
2016-05-23 15:14:14 +0800
19dc27e71bFormat code
Jason Lee
2016-05-23 15:11:04 +0800
2e2a8f6f8aMerge branch 'master' of github.com:huacnlee/rucaptcha
Jason Lee
2016-05-23 15:04:52 +0800
850eea67efFormate code
Jason Lee
2016-05-23 15:04:27 +0800
90d02b3c87Move example to top.
Jason Lee
2016-05-20 17:51:11 +0800
05284fe7d9Update README.md
Jason Lee
2016-05-20 17:49:34 +0800
e531e7d679Update README.md
Jason Lee
2016-05-20 17:48:20 +0800
abd80dbc10Update example images
Jason Lee
2016-05-20 17:47:11 +0800
6232717898Fix last version yellow color missing bug. version 0.4.4
Jason Lee
2016-05-20 17:45:40 +0800
d42bf4c8e2Change default implode to 0.3, version 0.4.3
Jason Lee
2016-05-20 17:33:28 +0800
b46a4ad0b4Lighter Text color. Remove OCR test.
Jason Lee
2016-05-20 17:19:27 +0800
ca90a9221bRemove deprecated `width`, `height` config.
Jason Lee
2016-05-20 16:09:48 +0800
3bf67c0994Delete rucapcha after verify (#23)
flypiggy
2016-05-20 10:20:20 +0800
e5ff2b9e77Fix NoMethodError bug when params[:_rucaptha] is nil.
Jason Lee
2016-04-25 10:09:35 +0800
be7d72feb0Add error message to resource when captcha code expired. close#22
Jason Lee
2016-04-24 20:20:01 +0800
0a7fa3782bFeature option to change color theme
Jason Lee
2016-04-06 15:50:30 +0800
d5a0ecc6acversion 0.3.3
Jason Lee
2016-03-15 15:42:36 +0800
7aee2e00a9Merge pull request #18 from tiroc/master
Jason Lee
2016-03-15 15:38:19 +0800
77ed68d112Added session[:_rucaptcha] expire time to configuration.
tiroc
2016-03-14 16:41:27 +0800
2361f61ac8bump 0.3.2.1
Jason Lee
2016-02-28 19:03:26 +0800
51ecc1a0aeUpdate Gemfile.lock
Jason Lee
2016-02-28 18:59:37 +0800
6fc4ef96faMerge pull request #17 from Eric-Guo/windows_dev_support
Jason Lee
2016-02-28 18:55:43 +0800
a7bc855fa2Fix can not create file in tmp_dir in travis
Eric Guo
2016-02-28 17:39:59 +0800
05cb20fe9dUsing open3 and sent file, also using simplify as it only intent to use in development.
Eric Guo
2016-02-28 17:27:14 +0800
bd138df5b8Trim blank space and make better position. version 0.3.2
Jason Lee
2015-12-24 12:12:07 +0800
29d02cc09fMerge pull request #15 from anvyzhang/optimize
Jason Lee
2015-11-20 10:48:08 +0800
0fac15cd22No need to check if rucaptcha_at is blank since (Time.now.to_i - 0) should always biger than 120
anvyzhang
2015-11-20 10:42:08 +0800
544841d6ebMerge pull request #14 from hiveer/master
Jason Lee
2015-11-09 16:10:29 +0800
7d076929a6oops! blannnnnnnnk line
Hiveer
2015-11-09 15:40:27 +0800
82f064a951Update example images.
Jason Lee
2015-11-05 18:30:10 +0800
54baee957eUpdate comments
Jason Lee
2015-11-05 18:29:13 +0800
2760a064b5Fix default style, version 0.3.1
Jason Lee
2015-11-05 18:27:42 +0800
3a72c0ca58Merge branch 'master' of github.com:huacnlee/rucaptcha
Jason Lee
2015-11-05 18:21:11 +0800
bcdac25b17More complex Image render: compact text, strong lines, +/-5 rotate...
Jason Lee
2015-11-05 18:20:41 +0800
a8f3b15d8aFont size 90% of height
Jason Lee
2015-11-05 16:21:06 +0800
adf03788a9ImageMagick version
Jason Lee
2015-11-04 14:00:55 +0800
0a0f272d9aFix session value expires typo;
Jason Lee
2015-11-02 18:09:16 +0800
2c72ef1ad3Add expire time, for protect Rails CookieSession Replay Attack. version 0.2.4
Jason Lee
2015-11-02 16:59:42 +0800
62f589e9fcRaise error when call ImageMagick failed, version 0.2.3
Jason Lee
2015-11-02 14:11:28 +0800
a6ec9813e6Version 0.2.2
Jason Lee
2015-11-01 19:25:32 +0800
013e02c9d8Merge pull request #11 from ramirovjr/master
Jason Lee
2015-11-01 19:19:43 +0800
78eb9a7e7eEnsure create cache dir.
Jason Lee
2015-11-01 10:04:10 +0800
5e881a7436Adding locale for pt-BR language
Ramiro Varandas Jr
2015-10-31 10:30:07 -0200
c46f88e84fAdded file cache, can setup how many images you want generate by , RuCaptcha will use cache for next requests. When you restart Rails processes it will generate new again and clean the old caches.
Jason Lee
2015-10-30 11:32:02 +0800
13cd85dc6eRTesseract use mini_magick.
Jason Lee
2015-10-29 18:28:11 +0800
2508a05589Try to create tmp dir, if not exists.
Jason Lee
2015-10-29 18:22:27 +0800
4127204527Try to fix Travis CI config
Jason Lee
2015-10-29 18:11:49 +0800
cd9638a4feFix Travis CI badge URL
Jason Lee
2015-10-29 17:53:41 +0800
2b5ff6a96fMerge pull request #9 from abookyun/travis-ci
Jason Lee
2015-10-29 17:50:50 +0800
5f4c0536b8Add TravisCI build status badge
David Yun
2015-10-28 14:53:10 +0800
c98e728891Add .travis.yml
David Yun
2015-10-28 14:50:44 +0800
ef0adbb866Merge pull request #8 from abookyun/fix-gemfile
Jason Lee
2015-10-28 15:02:41 +0800
782b3e9a3eFix Could not find gem 'active_support (>= 0) ruby'
David Yun
2015-10-28 14:29:49 +0800
68f7aa8090version 0.1.4
Jason Lee
2015-10-28 09:58:38 +0800
ddebafbbadMerge pull request #7 from kamionayuki/master
Jason Lee
2015-10-28 09:54:28 +0800
4317ba3ed1Merge pull request #6 from lostpupil/master
Jason Lee
2015-10-28 09:54:00 +0800