bundle update 2018-03-28 (#62)
Jason Lee
2018-03-28 14:55:02 +0800
fe33c73692fix: ru_captcha.root_url -> ru_captcha.root_path, to avoid generate a http url in a https application.
Yongqiang Qu
2017-12-29 10:04:01 +0800
a0314ed025Update README
Jason Lee
2017-05-09 10:09:58 +0800
5b352687fcUpdated README for manually adding invalid message (#47)
Lei Zhang
2017-04-01 09:24:02 +0700
18701f7ae4version 2.1.3
Jason Lee
2017-03-22 15:53:12 +0800
9173e86ee4Fix send_data for Windows platform #45
Jason Lee
2017-03-22 15:52:21 +0800
81e4e0bda6Merge branch 'master' of github.com:huacnlee/rucaptcha
Jason Lee
2017-03-09 16:44:25 +0800
dcf17e1765Version 2.1.2
Jason Lee
2017-03-09 16:43:56 +0800
0c16db552eDo not handle with HEAD method
Jason Lee
2017-03-09 16:42:43 +0800
6d8aa5cef5Update CHANGELOG.md
Jason Lee
2017-03-09 10:27:07 +0800
7ca745df7bversion 2.1.1
Jason Lee
2017-03-09 10:18:53 +0800
47c5edf254Mount engine use `prepend` method to get high priority in routes.
Jason Lee
2017-03-09 10:17:30 +0800
d1e6a267f0version 2.1.0
Jason Lee
2017-03-08 12:00:19 +0800
bb5b4efb8a- Mount Router by default, not need config now. - Default use [:file_store, 'tmp/cache/rucaptcha/session'] as RuCaptcha.config.cache_store, now it can work without any configurations. - Improve README doc.
Jason Lee
2017-03-08 11:54:36 +0800
afc6b47ff1Add CONTRIBUTE.md
Jason Lee
2017-03-08 11:24:32 +0800
02a92faae4Add srcclr addon
Jason Lee
2017-02-22 17:27:04 +0800
6fdbcd6d38Version 2.0.3
Jason Lee
2017-02-15 12:31:45 +0800
d15e876ae8Fix typo, and add test for ActionView
Jason Lee
2017-02-15 12:31:25 +0800
eb1b0e8a29Version 2.0.2
Jason Lee
2017-02-15 12:03:53 +0800
46ddd15905Use `ActiveSupport.on_load` to extend ActionController and ActionView.
Jason Lee
2017-02-15 12:03:24 +0800
3b8d33f97arequire_relative -> require
Jason Lee
2017-02-09 17:40:39 +0800
b6d034cf8aMerge branch 'master' of github.com:huacnlee/rucaptcha
Jason Lee
2017-02-04 22:01:57 +0800
771b7afaa0Fix `/rucaptcha` path issue when `config.action_controller.asset_host` has setup with CDN url.
Jason Lee
2017-02-04 21:47:13 +0800
1de500609aUpdate README.md
Jason Lee
2017-01-22 13:43:07 +0800
3db3991a4cUpdate README.md
Jason Lee
2017-01-22 13:41:23 +0800
dd158e1b40Update gem summary
Jason Lee
2017-01-22 10:21:29 +0800
93ac160201Use C extension to remove ImageMagick dependency (#40)
Jason Lee
2017-01-22 10:16:57 +0800
107339ea9eAdd an `:keep_session` option for `verify_rucaptcha?` method to giva a way for let you keep session on verify, if true, RuCaptcha will not delete the captcha code session after validation.
Jason Lee
2016-12-01 11:11:10 +0800
e58c051632Use puts instead of Rails.logger.warn to output warning
Jason Lee
2016-11-09 15:30:23 +0800
21d1c0e787Fix#35 just give a warning message if not setup a right cache_store, only raise on :null_store
Jason Lee
2016-11-09 15:24:31 +0800
6dcfbf49bdUpgrade Rails for development
Jason Lee
2016-11-08 11:32:44 +0800
41d099022dRewrite Captcha.create to void complex method
Jason Lee
2016-11-08 11:18:07 +0800
6f26819f5eVersion 1.1.2
Jason Lee
2016-11-08 10:04:10 +0800
4ced53d87bFix#34 rucaptcha.root_url -> root_path, to avoid generate a http url in a https application.
Jason Lee
2016-11-08 10:01:13 +0800
ae8a30e819Gem special file require Ruby 2.0.0, because there have a prepend method called.
Jason Lee
2016-11-08 09:58:45 +0800
5616cef89cVersion 1.1.1
Jason Lee
2016-10-29 11:07:30 +0800
58ab0adb75Fix test case
Jason Lee
2016-10-29 11:06:10 +0800
d0d6718e15Add config.cache_store config. Store captcha code in Backend cache. Not requirement Session store now.
Jason Lee
2016-10-29 10:48:05 +0800
c9c42de866Update readme
Jason Lee
2016-10-26 18:05:47 +0800
b0f68f8a101.0.2
Jason Lee
2016-10-26 18:03:57 +0800
771a5621ffGive warning when application use CookieStore
Jason Lee
2016-10-26 18:03:15 +0800
f8590ad45aRevert "Fix Session replay secure issue that when Rails application use CookieStore."
Jason Lee
2016-10-26 17:36:21 +0800
4440f4096fMerge branch 'master' of github.com:huacnlee/rucaptcha
Jason Lee
2016-10-14 17:34:20 +0800
e129851fd9Fix Session replay secure issue that when Rails application use CookieStore.
Jason Lee
2016-10-14 17:33:34 +0800
de21935a8cUpdate README.md
Jason Lee
2016-09-29 15:16:53 +0800
72d9e145dbVersion 1.0.0 - Adjust to avoid lighter colors. - Avoid continuous chars have same color. - Use same color for each chars in :black_white mode.
Jason Lee
2016-09-01 14:20:25 +0800
ed265d0d2fUpdate gemspec
Jason Lee
2016-09-01 13:07:59 +0800
bb74854ceaMake sure it will render image when ImageMagick stderr have warning messages. (fix#26)
Jason Lee
2016-06-22 11:05:30 +0800
38b6ac8ae1Update README.md
Jason Lee
2016-05-27 11:51:51 +0800
81252623a2Update README.md
Jason Lee
2016-05-25 13:06:35 +0800