Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am noahfisher on github.
  • I am noahfisher (https://keybase.io/noahfisher) on keybase.
  • I have a public key ASB0Hl9ChzBSQSeRY75_AtaDLhbvTISBZdWJRefDKKnIVgo

To claim this, I am signing this object:

@NoahFisher
NoahFisher / ember-projections.json
Created October 28, 2019 19:25 — forked from AndrewRadev/ember-projections.json
A `.projections.json` file that can be used with vim-projectionist for navigating ember.js projects
{
"app/initializers/*.js": {
"type": "initializer"
},
"app/models/*.js": {
"type": "model",
"alternate": "app/adapters/{}.js",
},
"app/adapters/*.js": {
"type": "adapter",
@NoahFisher
NoahFisher / rails http status codes
Created June 13, 2017 11:42 — 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