Skip to content

Instantly share code, notes, and snippets.

View javenb022's full-sized avatar

Javen Wilson javenb022

  • Lebanon, Indiana
  • 19:28 (UTC -04:00)
View GitHub Profile

____ Wrote Tests ____ Implemented ____ Reviewed

Neccesary checkmarks:

[] All Tests are Passing in all environments

[] The code will run locally

Type of change

____ Wrote Tests ____ Implemented ____ Reviewed

Neccesary checkmarks:

[] All Tests are Passing in all environments

[] The code will run locally

Type of change

@javenb022
javenb022 / rails http status codes
Created August 7, 2023 21:28 — 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

Rails v7.0.4 Cheatsheet

Updated by: Chris Simmons, based on the 5.2 Cheatsheet by Scott Borecki.

Please reach out if you have any comments or suggestions for updates!

Notes About this Cheatsheet

  • Rails version v7.0.4. Run $rails -v to check your Rails version number.
  • Code snippets in this cheatsheet starting with $:
  • Run from the terminal, usually within your project directory.

Calendaring - CFU

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and edit your gist.
  4. As you are working, you can use the Preview button to check your markdown formatting.

Exercises