I have using it with rails 2.0.2 and trunk AS
>
> it seems that in_place_editor got moved out of rails 2.0, hence
> getting an error like:
> undefined method `in_place_editor' for #<ActionView::Base:0x23d8630>
> makes sense...
In rails 2.x it's in in_place_editing plugin.
> then I installed
> script/plugin install
> http://svn.rubyonrails.org/rails/plugins/in_place_editing and got the
> same error...
Did you restart the web server? Maybe it's needed.
>
> it seems that everything I read says you only have to add one line to
> the controller and one line to the view, it is my understanding that
> with AS the .inplace_edit = true accomplishes that...
> is something else required???
I think I didn't need to do anymore, although to use with
protect_from_forgery you need apply a patch. You can find it in ticket
#10055 of rails trac:
http://dev.rubyonrails.org/ticket/10055