我可以在带有 JQTouch 的 Rails 控制器中使用 redirect_to 吗?
我有一个 UserSessions 控制器,其创建操作为移动 mime 类型发出“redirect_to dash_path”。表单通过 link_to 提交,JQTouch 将其转换为 ajax 请求。 JQTouch 最终会在一个完全空白的页面中滑动,并在 URL 中附加 #undefined 锚点。我已确定它正在执行的操作是显示我的 UserSessions 控制器的 create.mobile.erb 模板。 UserSessions 控制器应该重定向到 DashboardController#show。
我的代码的粘贴在这里: http://pastie.org/1161858
任何人都可以阐明什么是这是怎么回事?我希望 JQTouch 文档不要那么稀疏。
提前致谢, 山姆
I have a UserSessions controller whose create action issues a "redirect_to dashboard_path" for the mobile mime type. The form is being submitted with a link_to, which JQTouch turns into an ajax request. JQTouch ends up sliding in a completely blank page with the #undefined anchor appended to the URL. I've determined that what it's doing is displaying the create.mobile.erb template for my UserSessions controller. The UserSessions controller should be redirecting to DashboardController#show though.
A pastie of my code is here: http://pastie.org/1161858
Can anyone shed some light on what's going on here? I wish the JQTouch documentation wasn't so sparse.
Thanks in advance,
Sam
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论