Wolfmans Howlings

A programmers Blog about Programming solutions and a few other issues

Using RSpec to test HAML helpers

Posted by Jim Morris on Sat Jul 14 16:44:33 -0700 2007

UPDATED for HAML 2.0 and RSpec 1.1.5 - Changed open to haml_tag, prefix helper. to all rspec calls...

The most recent release of HAML introduced a neat feature that allows you to use HAML-like syntax in your helpers to generate HTML HAML#haml_tag.

... Show more ...

Posted in HAML,Rails,RSpec  |  Tags test,haml,rspec,helpers  |  9 comments

A HAML edit mode for JEdit

Posted by Jim Morris on Fri Dec 01 18:09:47 -0800 2006

I've just started a new RoR project and thought I'd try out HAML for the views instead of rhtml.

Seeing as I just switched to JEdit, I looked for a HAML language mode, and to my surprise no one had done one yet.

... Show more ...

Posted in HAML,JEdit,Rails  |  Tags rails,jedit,haml  |  9 comments