Rails 3 的示例应用程序?

发布于 2024-08-30 05:36:08 字数 441 浏览 5 评论 0原文

有人能给我指一个可靠的示例应用程序,展示如何使用 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 技术交流群。

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

发布评论

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

评论(5

蓝戈者 2024-09-06 05:36:08

您可能需要检查 Projexion。它使用 Rails 3 beta 3。

You might want to check Projexion. It uses Rails 3 beta 3.

停顿的约定 2024-09-06 05:36:08

这是一个不错的 Rails 3 概述 来自 IBM(令人惊讶),以及其他资源的链接。

Here's a nice Rails 3 overview from IBM (surprisingly), along with links to additional resources.

怎会甘心 2024-09-06 05:36:08

您可能想查看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.

梦屿孤独相伴 2024-09-06 05:36:08

您可以参考Ticketee。这是Rails 3 in Action 中的应用程序。

You could refer to Ticketee. This is the application from Rails 3 in Action.

凝望流年 2024-09-06 05:36:08

这是示例应用程序的绝佳资源: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.

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