for other people coming across this thread: while the specific issue is resolved with the haml update, there are still some rails issues around, which you can see on the ticket i opened in the rails lighthouse tracker: http://bit.ly/9pHjRA
On Mar 13, 7:32 am, Nathan Weizenbaum <[email protected]> wrote: > This should be fixed in Haml 2.2.21. > > On Fri, Mar 12, 2010 at 2:15 PM, Yehuda Katz <[email protected]> wrote: > > This doesn't require any changes to Haml. > > > Instead of: > > > - form_for @foo do > > > Do: > > > = form_for @foo do > > > -- Yehuda > > > On Mar 12, 2:25 pm, mz <[email protected]> wrote: > > > haml does currently NOT work together with the current rails edge! > > > this is due to a change in the form_for usage in rails - see this > > > posting in the devise list for more info: > >http://groups.google.at/group/plataformatec-devise/browse_thread/thre... > > > > any solutions? > > > maybe you could create a rails3 branch for haml? > > > -- > > You received this message because you are subscribed to the Google Groups > > "Haml" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected] <haml%[email protected]>. > > For more options, visit this group at > >http://groups.google.com/group/haml?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/haml?hl=en.
