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 (http://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)