具有多种形式的 Ruby 验证码?

发布于 2024-10-15 17:37:26 字数 391 浏览 1 评论 0原文

我们使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ゝ偶尔ゞ 2024-10-22 17:37:26

这是由于与视图无关的问题造成的。 脚放在嘴里

This was due to an unrelated problem with the view. Foot in mouth

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文