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://stackov
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.