On 12 May 2010 04:20, FZ101
<kunalan.kandiah-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> link_to_remote is not works for me
>
> here my codes
>
> in my user controller
> ---------------------------------------------
> def edit
> puts "===== test output ====="
> end
>
> ---------------------------------------------
> In view
>
> <%= link_to_remote
>
"Vote",:controller=>"poem",:action=>"vote_for_poem"%>
Have a look at the docs for link_to_remote, I think you are not using
it correctly. You have not specified the :update option for example.
Colin
> ----------------------------------------------
>
> when i click the link then i''m getting
>
> ActionController::UnknownAction (No action responded to 3. Actions:
> create, destroy, edit, index, new, show, update, and vote_for_poem):
>
> anybody please help me
>
> --
> You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
> To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.