Recent comments


Syndicate


Follow Me

Twitter Facebook

Partials

Merb's Partial

UPDATE: This post has become unstable due to migration, I don't think it'll be any use.

As usual I'm still playing with Merb and I would like to share Merb's partial. Basically its the ability to render objects using a template file that could be used inside several other templates. Hmm.. I hope that went well.

To give you a quick example, lets say your building a blog with a controller named posts and got a posts folder inside your views which contains new.html.erb and edit.html.erb. Your new.html.erb might contain something like: