Framework Similar to Pylons for Ruby
Posted
by Travis
on Stack Overflow
See other posts from Stack Overflow
or by Travis
Published on 2010-05-26T20:49:45Z
Indexed on
2010/05/26
21:01 UTC
Read the original article
Hit count: 362
I've been using Python for most of my web projects lately, and have come to really love the Pylons MVC framework. I like the incredible transparency (lack of magic), the built-in components they selected (sqlalchemy, formencode, routes), and the ability to easily change things up (use a different ORM or templating engine).
Moving forward, due to constraints at my company, I'm going to be trying out Ruby rather than Python. I'm wondering if people with experience in both have any recommendations for a Ruby framework that is comparable to Pylons.
Python is to Django as Ruby is to Rails
Python is to Pylons as Ruby is to ?
© Stack Overflow or respective owner