Sample app for Rails 3?

我的梦境 提交于 2019-12-02 16:19:21

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

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

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.

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

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!