I'm working through examples to learn.
I'm trying
http://sl33p3r.free.fr/tutorials/rails/wiki/wiki-en.html
and extending it.
Right now I'm converting the form to 'form_for' and what ought to be simple
is blowing up. However I hack it about I get the same message:
compile error
script/../config/../app/views/wiki/edit.rhtml:1: parse error, unexpected ')'
_erbout = ''; _erbout.concat(( form_for :topic do |f| ).to_s);
_erbout.concat "\n"
^
script/../config/../app/views/wiki/edit.rhtml:9: parse error, unexpected
kEND, expecting ')'
I'm baffled!