[ 源代码: ruby-simple-captcha2 ]
软件包:ruby-simple-captcha2(0.5.0-1)
ruby-simple-captcha2 的相关链接
Debian 的资源:
下载源码包 ruby-simple-captcha2:
- [ruby-simple-captcha2_0.5.0-1.dsc]
- [ruby-simple-captcha2_0.5.0.orig.tar.gz]
- [ruby-simple-captcha2_0.5.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
simplest and a robust captcha plugin for rails
Available with Rails 3 + 4 or above provides backward compatibility. This is a fork of the popular Rubygem ``simple_captcha`` which got abandoned.
Features
* Zero FileSystem usage (secret code moved to db-store and image storageremoved).
* Provides various image styles. * Provides three level of complexity of images. * Works absolutely fine in distributed environment(session and db basedimplementation works fine in distributed environment).
* Implementation is as easy as just writing a single line in your view.```<%= show_simple_captcha %>``` within the 'form' tags.
* Flexible DOM and CSS handling(There is a separate view partial forrendering SimpleCaptcha DOM elements).
* Automated removal of 1 hour old unmatched simple_captcha data.
其他与 ruby-simple-captcha2 有关的软件包
|
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 软件包暂时不可用
-
- dep: ruby-rails (>= 4.1)
- MVC ruby based framework geared for web application development