如何通过 Backbones.js 使用多个路由器
我想将 Backbones.js 与我的 Rails 3.1(带资产)应用程序一起使用,并且我想独立于集合创建一个模型,模型中没有任何 url 选项,并且我无法将其与我的服务器同步。
< br> 有没有什么正确的方法可以做呢?我找不到任何使用多条路线的教程。
I want to use Backbones.js with my rails 3.1 (with assets) application and I would like to create a model independently to the collection without any url option in my model and I can't synchronize it with my server.
Is there any proper way to do? I can't find any tutorial using multiple routes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自 github 页面:
https://github.com/codebrew/backbone-rails
那么如果您需要访问作者,你可以这样做:
拥有多个路由器不应发生冲突。
您可以从 PostsRouter 访问您的作者模型:
From the github page:
https://github.com/codebrew/backbone-rails
so then if your needed access to Authors, you could do something like this:
Having multiple routers shouldn't conflict.
Than you could access your Author Models from your PostsRouter: