Skip to content

Instantly share code, notes, and snippets.

View nav-mike's full-sized avatar

Mikhail Navrotskii nav-mike

View GitHub Profile
@nav-mike
nav-mike / rails http status codes
Created October 27, 2020 14:07 — forked from mlanett/rails http status codes
HTTP status code symbols for Rails
HTTP status code symbols for Rails
Thanks to Cody Fauser for this list of HTTP responce codes and their Ruby on Rails symbol mappings.
Status Code Symbol
1xx Informational
100 :continue
101 :switching_protocols
102 :processing