Skip to content

Instantly share code, notes, and snippets.

View dut-a's full-sized avatar

Dut A. dut-a

View GitHub Profile
@dut-a
dut-a / rails http status codes
Created February 10, 2020 18:19 — 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
@dut-a
dut-a / RAILS_CHEATSHEET.md
Created January 24, 2020 21:52 — forked from mdang/RAILS_CHEATSHEET.md
Ruby on Rails Cheatsheet

Ruby on Rails Cheatsheet

Architecture

Create a new application

Install the Rails gem if you haven't done so before