Skip to content

Instantly share code, notes, and snippets.

@lyntco
Last active August 29, 2015 14:09
Show Gist options
  • Save lyntco/369d742dc292c80cae47 to your computer and use it in GitHub Desktop.
Save lyntco/369d742dc292c80cae47 to your computer and use it in GitHub Desktop.
WDI FAQ

WDI FAQ

How to make a repo
How to connect a folder to github
How to push to github
How to make a pull request

https://help.github.com/

Git Basics
http://rogerdudler.github.io/git-guide/
https://www.atlassian.com/git/

How to deploy rails app to heroku
https://devcenter.heroku.com/articles/getting-started-with-rails4

Steps to take before asking us

  • Re-check code for typos
  • Console log/puts the variables that are breaking the code/binding.pry/raise params.inspect
  • Test every line around the bug in pry/console
  • Ask the person next to you
  • Re read every line of code the around the bug and comment what each line does
  • Google the error message
  • On StackOverFlow: Remember to read the question and the answer to check if it is relevant to your problem
  • Google what you're trying to do eg "count elements in array ruby"

Remember to test often to catch bugs early

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment