Rails deployment. "This method may not be used" response on PUT or DELETE request -


i have rails 3.2 application. locally works fine.

but when try make put or delete request on staging, request status '501 not implemented', , response says 'this method may not used.' (get , post requests work well).

there no records these requests in server logs.

does know might cause such problem?

solved! problem had redirecting made pound, redirected user port 80 port 3000, don't need specify port in address line.


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -