Sha256: a8868d5510a93c4bdaea9a9cf34b6d844295ae3e1bf34e4bfafba9d05b3bba3e
Contents?: true
Size: 1.36 KB
Versions: 20
Compression:
Stored size: 1.36 KB
Contents
en: webmachine: errors: standard_body: "<!DOCTYPE html><html> <head><title>%{title}</title></head> <body><h1>%{title}</h1><p>%{message}</p> <address>%{version} server</address></body></html>" "400": title: 400 Malformed Request message: The request was malformed and could not be processed. "404": title: 404 Not Found message: The requested document was not found on this server. "500": title: 500 Internal Server Error message: "The server encountered an error while processing this request: <pre>%{error}</pre>" "501": title: 501 Not Implemented message: "The server does not support the %{method} method." "503": title: 503 Service Unavailable message: The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. create_path_nil: "post_is_create? returned true but create_path is nil! Define the create_path method in %{class}" do_redirect: "Response had do_redirect but no Location header." fsm_broke: "Decision FSM returned an unexpected value %{result} from decision %{state}." invalid_media_type: "Invalid media type: %{type}" not_resource_class: "%{class} is not a subclass of Webmachine::Resource" process_post_invalid: "process_post returned %{result}"
Version data entries
20 entries across 9 versions & 1 rubygems