So I used the html2haml converter to convert the following:
https://gist.github.com/1379702
from
http://css-tricks.com/2361-jquery-ui-tabs-with-nextprevious/
to haml, however I can't get it to work on my site, so I was wondering if the haml was still messed up since I am just using a converting script.
I put the javscript files in the correct locations in the assest/javascript folder, and the css in stylesheets.
Thanks,
UPDATE: I am using the following code on my rails project https://gist.github.com/1379734