Hi Pete,

On Tue, 2009-08-11 at 17:20 +0200, Pete Moran wrote:
> Hi Folks,
> 
> Sorry to ask more questions :)
> 
> So I gave a RJS a go, I have a simple countries 'index' which lists
> countries and with alink to 'show' which shows detail.

Assuming you're using link_to_remote, you can change the HTTP verb using
the :method option.  See the docs (api.rubyonrails.org) for examples.

HTH,
Bill

> It works fine when you go to
> 
> /countries/AD in a browser
> 
> However the same request via Ajax and RJS (I am checking the http
> headers) which is a POST I get the error
> 
> ActionController::MethodNotAllowed (Only get, put, and delete requests
> are allowed.)




> So what do I need to do to get my routing working with RJS?
> 
> Thanks Again!


--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to