具有多种形式的 Ruby 验证码?
我们使用 gem ruby-recaptcha。在几乎所有需要遵循文档的情况下,它都很容易安装和实现: https://bitbucket.org/mml/ruby-recaptcha/wiki/Home 我一直被困在一个特定的案例中,我想在我更换宝石或尝试破解这个问题之前,我想问问其他人是否已经解决了这个问题。
在单个视图中有多个表单的情况下(我知道这并不理想),辅助方法
get_captcha()
看起来总是将验证码字段添加到第一个表单中。
有谁知道针对特定表单的解决方法或者是时候进行重构了吗?
We use the gem ruby-recaptcha. It was easy to install and implement in almost every situation that needed it following the docs:
https://bitbucket.org/mml/ruby-recaptcha/wiki/Home
I've been stuck on one particular case and thought I'd ask if anyone else had solved this problem before I switched gems or tried hacking this one.
On cases where there are multiple forms in a single view (not ideal, i know) the helper method
get_captcha()
Looks like it will always add the captcha field to the first form.
Does anyone know a workaround to target a specific form or is it time to refactor?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是由于与视图无关的问题造成的。 脚放在嘴里
This was due to an unrelated problem with the view. Foot in mouth