My app has started to use HAML 1.8 which, as best I can tell, is only distributed in gem form.
I unpacked them gem to the vendor folder in my app, but when I try to start or deploy the app (deploy includes rake dbmigrate) I get this error:
undefined method `init_rails' for Haml:Module
Any chance you can install the haml 1.8 gem on zwingli or help me figure out what the gem doesn't work in my vendor folder? (it works fine on my local machine, but I also have teh gem installed here too)?