如何开始使用 Backbone.js 和 Rails 3.1
我正在尝试同时学习 Rails 和 Backbone.js。 我已经在这里完成了教程: http://ruby.railstutorial.org/ 现在我正在尝试开始与 Backbone.js。 我计划使用 Sprockets 进行资产打包,但目前我无法弄清楚将 Backbone.js 框架源代码本身放在哪里。我觉得我在这里遗漏了一些明显的东西。
I am trying to learn both Rails and Backbone.js at the same time.
I have completed tutorial here: http://ruby.railstutorial.org/ and now I am trying to get started with Backbone.js.
I planning on using Sprockets for assets packaging but for right now I cant figure out where to put the Backbone.js framework source code itself. I feel like I am missing something obvious here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我推荐一些资源。
Backbonescreencasts.com 有一个关于集成 Rails 和 Backbone 的截屏视频。
Thoughtbought 也有一个关于 Rails 和 Backbone 的电子书。
BackboneFu 网站有一个列出资源的页面< /a> 用于构建 Backbone 应用程序。
There's a couple resources I recommend.
Backbonescreencasts.com has a screencast on integrating Rails and Backbone.
Thoughtbought also has an ebook on Rails and Backbone.
The BackboneFu website has a page that lists resources for building Backbone apps.
最终使用这个 gem 进行集成。
Ended up using this gem for the integration.