Skip to content

Instantly share code, notes, and snippets.

@Sophrinix
Created March 27, 2012 01:53
Show Gist options
  • Save Sophrinix/2211649 to your computer and use it in GitHub Desktop.
Save Sophrinix/2211649 to your computer and use it in GitHub Desktop.
TIL about ActionController::UnknownHttpMethod
Started POST "/users/sign_in" for 192.168.1.7 at 2012-03-26 22:42:26 -0500
Processing by Devise::SessionsController#create as URL_ENCODED_FORM
Parameters: {"username"=>"user@example.com", "password"=>"[FILTERED]"}
Completed 401 Unauthorized in 1ms
[2012-03-26 13:48:17] ERROR ActionController::UnknownHttpMethod: put, accepted HTTP methods are OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, CONNECT, PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK, UNLOCK, VERSION-CONTROL, REPORT, CHECKOUT, CHECKIN, UNCHECKOUT, MKWORKSPACE, UPDATE, LABEL, MERGE, BASELINE-CONTROL, MKACTIVITY, ORDERPATCH, ACL, SEARCH, and PATCH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment