Rango 0.1 Released!
I am happy to announce the first public release of my new framework Rango. Rango is a small MVC framework inspired by Merb and Django builded on top of Rack. It’s clean, simple and it’s trying to be as agnostic as possible. It has Bundler support and mainly, it’s the only Ruby framework with template inheritance!
Check the Rango 0.1 announcement or take a look at Rango Wiki!
Comments
Only framework with template inheritance? HUH!? erector, builder … can all do template inheritance
Hey mate,
you are comparing two different things. Erector & builder are view frameworks, Rango is full-stack web framework. So you can use Rango and whichever template framework you like and it will works and have (pretty advanced) template inheritance model. When you have builder, you can write just some views, but that’s all.
Correct me please if I’m wrong, cheers.
Post a comment