I have been using Python for most of my web projects lately, and I really liked the Pylons MVC framework. I like the incredible transparency (lack of magic), the built-in components that they have chosen (sqlalchemy, formencode, routes), and the ability to easily change things (use a different ORM or template engine).
Moving forward, due to limitations in my company, I'm going to try Ruby, not Python. I am wondering if people with experience in both have any recommendations for Ruby structure comparable to Pylons.
Python for Django since Ruby to Rails
Python for Pylons since Ruby should?
source share