This is being tracked: http://github.com/nex3/haml/issues/#issue/248 and https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/5493-form_for-silently-failing-with-rails-300#ticket-5493-13
On Sun, Aug 29, 2010 at 8:01 PM, epochwolf <[email protected]> wrote: > Confirming issue exists with newly generated rails applications > > On Aug 29, 9:03 pm, anywho <[email protected]> wrote: > > I'm getting this in rails 3 in all occurrences of form_for and > > form_tag etc > > > > form_for outputs directly to the Haml template. > > Disregard its return value and use the - operator, > > or use capture_haml to get the value as a String. > > > > example: > > > > = form_for @user, :url => account_path do | > > f| > > > > changing it to use the '-' operator of course causes it not to render > > the form at all. > > > > In rails 3.rc it works just fine. > > > > Ideas? > > -- > 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.
