On Mar 17, 9:08 am, "ruby.freeman" <[email protected]> wrote:
> I also found, that :_method => :get in link_to_remote doesn't work
> anymore. That is, rails 2.3.2 doesn't treat it as GET request, but as
> POST. so REST route doesn't work

Isn't _method only there for those methods that browsers won't use (eg
DELETE). You should be able to make link_to_remote do an actual get
rather than a fake one.

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

Reply via email to