in my routes has

map.resources :products

and i cannot do a DELETE and PUT request on /products/1 path


On Jun 7, 4:46 am, "Adam Wiggins" <[EMAIL PROTECTED]> wrote:
> On Thu, Jun 5, 2008 at 7:43 PM, neilrios <[EMAIL PROTECTED]> wrote:
> > I just want to ask why Heroku doesn't support REST particularly PUT
> > and DELETE http request.
>
> You can certainly use all four verbs.  For example:
>
> require 'rest-client'
> RestClient.put 'http://rest-test.heroku.com/', 'hello'
>
> Perhaps you should post what you're trying to do and folks here can
> help you debug your code.
>
> Adam
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" 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/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to