Skip to content

Instantly share code, notes, and snippets.

@tedi
Created June 3, 2014 18:10
Show Gist options
  • Save tedi/516d890dcf47934bb27e to your computer and use it in GitHub Desktop.
Save tedi/516d890dcf47934bb27e to your computer and use it in GitHub Desktop.

###Cheat Sheet

####What is a Framework?

...a software framework is an abstraction in which software providing generic functionality can be selectively changed by additional user written code.

‐ via Wikipedia You use libraries, frameworks use you.

####Creating a new Rails app

$ rails new app_name
  • This will create a project folder and some useful files for you.
  • Don't forget to cd into your new directory before you move on.

####Running the server.

$ rails server

###Tips & Tricks

###Still Feel Lost?

This lesson we really want you to have a general understanding of how the internet works. Here are some resources to help you dive deeper and review what you learned in class.

####Catch Up With These Resources

  • Article by How Stuff Works.
  • Five minute video on how the internet works.
  • A lengthy chapter from standford.edu.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment