Support HAML template
albertoperdomo opened this issue · 3 comments
albertoperdomo commented
Hi,
for us out there using HAML in some projects an aproppiate scaffold template would be handy.
I have written the template for myself.
Would you consider including it in the gem?
josevalim commented
Can we see the patch please?
albertoperdomo commented
Hi, I've written the patch in my local copy but I haven't commited yet because I have some issues running the test suite.
Is there any documentation in how to run the tests?
albertoperdomo commented
Hi,
The tests seem broken on Ruby 1.9.2-p0 (RVM), at least on my machine, but I got them running on Ruby 1.8.7-p302 (RVM).
Here is the patch: http://github.com/albertoperdomo/show_for/commit/fa52f74c5418ab09713271e56a9a7aa21796c5e2
Let me know!