Rails 3 中的responds_to_parent

发布于 2024-09-26 08:29:02 字数 200 浏览 8 评论 0原文

我将如何在rails 3中使用responds_to_parent插件。我在rails 2.3.5中使用过它。当时没有任何错误。但是当我转向 Rails 3 时,它显示以下错误

undefined local variable or method `erase_redirect_results'.

如何解决这个问题?

How I will use responds_to_parent plug in rails 3. I had used it in rails 2.3.5. At that time there was no errors. But when I shifted to rails 3 its showing the following error

undefined local variable or method `erase_redirect_results'.

How to solve this issue?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(5

﹂绝世的画 2024-10-03 08:29:02

这是 Rails 的实现 ~> 3.2
https://github.com/Gonzih/respond_to_parent

Here is implementation for rails ~> 3.2
https://github.com/Gonzih/respond_to_parent

走过海棠暮 2024-10-03 08:29:02

在 Rails 3.1 中,“responds_to_parents”不起作用,因为它使用库“PrototypeHelper”,并且该库已在 3.1 中删除。
http://apidock.com/rails/ActionView/Helpers/PrototypeHelper

在 Rails 中 > 3.0,您可以随时将 'responds_to_parent' 替换为 'remotipart'。
os.alfajango.com/remotipart/
https://github.com/JangoSteve/remotipart

In Rails 3.1 'responds_to_parents' doesn't works because it use the library 'PrototypeHelper' and this library has been removed in 3.1.

http://apidock.com/rails/ActionView/Helpers/PrototypeHelper

In rails >3.0, you can always replace 'responds_to_parent' by 'remotipart'.
os.alfajango.com/remotipart/
https://github.com/JangoSteve/remotipart

虚拟世界 2024-10-03 08:29:02

喜欢关于他的问题跟踪器的报告:http://github.com/markcatley/responds_to_parent/issues# issues/1

该插件与 Rails 3 不兼容。

您有 4 个选择:

  • 降级到 Rails 2 并仍然使用此插件
  • 破解此插件以使其与 Rails 3 兼容
  • 等待此插件与 Rails 3 兼容
  • 未使用此插件

Like report on his issue tracker : http://github.com/markcatley/responds_to_parent/issues#issue/1

This plugin is not Rails 3 compatible.

You have 4 choices :

  • Downgrade to rails 2 and still using this plugin
  • Hack this plugin to made it compatible to Rails 3
  • Wait this plugin to be compatible to Rails 3
  • Unsused this plugin
灰色世界里的红玫瑰 2024-10-03 08:29:02

Rails 3.0 支持已在 1.1.0 版本中修复,不确定 3.1+

rails 3.0 support is fixed in version 1.1.0, not sure about 3.1+

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