Rails 3 的示例应用程序?
有人能给我指一个可靠的示例应用程序,展示如何使用 Rails 3 的新功能和语法吗?
之前已经对早期版本进行了回答( https://stackoverflow.com/questions/248371/whats-the-best-open-source-ruby-on-rails-project-to-learn-from),但我还没有看到 Rails 3 的 具体如下
:
- 路由
- 邮件
- 程序新查询语法
- 复杂形式(这些如何与新路由一起工作)
- 不显眼的js(特别是jQuery)
Can someone point me to a solid sample app that shows how to use the new features and syntax of Rails 3?
It's been answered before for earlier versions (https://stackoverflow.com/questions/248371/whats-the-best-open-source-ruby-on-rails-project-to-learn-from), but I have not seen one for Rails 3.
Specifically the following:
- Routing
- Mailer
- new query syntax
- complex forms (how do these work with the new routing)
- unobtrusive js (specifically jQuery)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
您可能需要检查 Projexion。它使用 Rails 3 beta 3。
You might want to check Projexion. It uses Rails 3 beta 3.
这是一个不错的 Rails 3 概述 来自 IBM(令人惊讶),以及其他资源的链接。
Here's a nice Rails 3 overview from IBM (surprisingly), along with links to additional resources.
您可能想查看ror_ecommerce。这是电子商务网站的入门应用程序。
在 Rails 3 和 Ruby 1.9.2 上运行。
You might want to look at ror_ecommerce. It's a starter app for an ecommerce site.
Runs on Rails 3 and Ruby 1.9.2.
您可以参考Ticketee。这是Rails 3 in Action 中的应用程序。
You could refer to Ticketee. This is the application from Rails 3 in Action.
这是示例应用程序的绝佳资源:https://github.com/gothinkster/realworld。
它允许您选择前端和后端以及混合/匹配,因为它使用相同的 API。
希望这可以帮助一些人超越基本的待办事项列表应用程序演示,提供更强大的应用程序演示。
This is a great resource for sample apps: https://github.com/gothinkster/realworld.
It lets you choose front-end and back-end and mix/match because it uses the same API.
Hope this helps some people go beyond the basic to-do list app demos with more robust app demos.