Jun
30
2010
Rails error: Only get, head, post, put, and delete requests are allowed.
Posted by Chirag Patel in ErrorsIf you you receive the following with a Ruby on Rails site:
Ruby On Rails Error:
Only specific requests are allowed.
ActionController::MethodNotAllowed Only get, head, post, put, and delete requests are allowed.
The solution is to kill existing web/app server processes and restart the web/app server. Then, reload the page.
|
|
|
|












Entries (RSS)