Rails error: Only get, head, post, put, and delete requests are allowed.
If 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.