Skip to content

Instantly share code, notes, and snippets.

View Jarvis-Q's full-sized avatar
🎯
Focusing

Jarvis Jarvis-Q

🎯
Focusing
View GitHub Profile
@Jarvis-Q
Jarvis-Q / rails http status codes
Created August 31, 2018 12:53 — 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
@Jarvis-Q
Jarvis-Q / 0_reuse_code.js
Created June 30, 2017 10:33
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console