If you run form_for(@post, :remote => true) {|f| … } you will get “ActionView::Template::Error (You have a nil object when you didn’t expect it! You might have expected an instance of Array. The error occurred while evaluating nil.=)”
My patch fixes this error.
Any comments?
David Genord II