【发布时间】:2010-06-11 21:39:58
【问题描述】:
我已经在我的 rails 3 应用程序中安装了 ambethia's captcha plugin 作为插件。当我将<%= recaptcha_tags %> 放在我的视图中时,它会在页面上打印:
<script type="text/javascript" src="http://api.recaptcha.net/challenge?k=my_key&error=expression"></script> <noscript> <iframe src="http://api.recaptcha.net/noscript?k=my_other_key" height="300" width="500" frameborder="0"></iframe><br/> <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> <input type="hidden" name="recaptcha_response_field" value="manual_challenge"></noscript>
有没有办法可以在 rails 3 中完成这项工作?如有任何帮助,我将不胜感激。
【问题讨论】:
标签: ruby-on-rails ruby-on-rails-plugins captcha ruby-on-rails-3