haml with rails3 (git master) and devise: form_for syntax change breaks haml -- suggestions?
- by z3cko
i am trying to get haml working with a rails3 project;
since i am quite far in the modeling i wanted to go to the haml views now --
seems that the current haml (git master) does not work together with the current rails3 git master because of some syntax changes in rails3 form_for
does anyone have more information on the syntax changes?
is there a temporary workaround to use haml with rails3? (i am on a deadline) :(
see also: http://j.mp/9EYraQ
thanks!