Plugins - lilu
Add to favoritesThe idea is to separate HTML from actual data being inserted in it. Usually in Erb or, say Haml or Markaby, you need to put your data right into template, add some conditional template parts.
Something like this:
<% if logged_in? >
<= @user.login >
< end %>
This makes templates hard to maintain (especially for pure HTML coders), hard to read and they look messy in browser.
http://rashkovskii.com/articles/2007/5/9/lilu-and-rails
Early version
http://verbdev.lighthouseapp.com/projects/3771/lilu
http://svn.verbdev.com/lilu/trunk/lilu
OpenSource
View Extensions
