Wednesday, April 16, 2008

Merb Assets - clarified

So, I had some confusion at the start between assets and helpers. While merb-assets provides the link_to method, it's not the same as what I would consider "helpers". Assets are, well, asset oriented. By this I mean images, javascripts and stylesheets. Please refer to the merb-more documentation for assets to get a list of methods.

For form helpers you'll need to install the merb_helpers gem.

0 comments: