Hi again,
there was a question about reusing parts of Rango in Rails and other frameworks. I was investigating this possibility today for template inheritance and I figured out that it's really very easy.
Here is an example for Merb:
http://github.com/botanicus/rango-in-merb
Plugin for Rails (works with Rails 2.3.5, but it's very alpha):
http://github.com/botanicus/rails-template-inheritance
An example app in Rails with the plugin:
http://github.com/botanicus/rango-in-rails
Rango isn't doing any magic, and has very reasonable requires, so if you require template layer, you'll get just template layer etc.
Let me know if you like the idea or if you want to use it for your real-world apps.
PS: I just released Rango 0.1.1.3 and it's just amazing :)
Cheers,
Jakub
On Dec 12, 2009, at 6:58 PM, Aleksandar Simic wrote: