[ ソース: ruby-simple-captcha2 ]
パッケージ: ruby-simple-captcha2 (0.4.3-1)
ruby-simple-captcha2 に関するリンク
Trisquel の資源:
ruby-simple-captcha2 ソースパッケージをダウンロード:
- [ruby-simple-captcha2_0.4.3-1.dsc]
- [ruby-simple-captcha2_0.4.3.orig.tar.gz]
- [ruby-simple-captcha2_0.4.3-1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Ruby Extras Maintainers (メールアーカイブ)
- R.Harish Navnit
- Pirate Praveen
外部の資源:
- ホームページ [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