I'm in the process of learning Ruby on Rails, and I'm coming from just learning the Django framework. One thing that I liked about Django was the Sites Framework. Is there any equivalent of this in Rails?
Basically, I'm looking to have a single Rails app be run for multiple sites - and I want to filter models automagically based on the hostname. I'm currently working with Rails 3.0.5. Any thoughts/links/examples would be greatly appreciated!