Look up a Rails HTTP Status Code

501 - Not Implemented

Rails HTTP Status code :not_implemented

When to use status code 501

The server either does not recognize the request method, or it lacks the ability to fulfill the request. Usually this implies future availability (e.g., a new feature of a web-service API).