Skip to content

Instantly share code, notes, and snippets.

View ElliotOlbright's full-sized avatar

Elliot O ElliotOlbright

View GitHub Profile
@ElliotOlbright
ElliotOlbright / adopt_layout.md
Last active July 19, 2021 21:00
Adopt don't shop user stories in consecutive order
@ElliotOlbright
ElliotOlbright / Rails_Checklist.md
Created July 14, 2021 19:55
Rails App checklist

Rails Database Development Checklist

Warning: This checklist does not rely on TDD to build up the rails app. It uses some MVC code snippets, so make sure to replace them with names you use on your project. Most references are from

https://backend.turing.io/module2/misc/blogger
https://github.com/turingschool-examples/task_manager_rails
  1. Create Rails Application
  • From the command line, start a new rails app. For example,
    rails new project_name -T -d="postgresql" --skip-spring --skip-turbolinks
    
@ElliotOlbright
ElliotOlbright / b2_intermission_work.md
Last active June 29, 2021 18:50 — forked from mikedao/b2_intermission_work.md
B2 Intermission Work Submission

B2 Intermission Work

Answer these Check for Understanding questions as you work through the assignments.

HTML

  1. What is HTML?
  • Hyper Text Markdown Language
  • Standard markup language for web pages
  • decribes structure of web page

Checklist/Rubric

To make a copy of this rubric:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub

  • I named my directories correctly.