Skip to content

Instantly share code, notes, and snippets.

@elenawalom
Last active December 19, 2015 00:59
Show Gist options
  • Save elenawalom/5873036 to your computer and use it in GitHub Desktop.
Save elenawalom/5873036 to your computer and use it in GitHub Desktop.
notecards.md

When using Sinatra, how do you direct your code to a new page?

  • erb :(desired location)

Create a hash using a literal and another using new

# Option A
my_hash = {}

# Option B
my_other_hash = Hash.new()

How do you view your Git timeline history?

  • 'git log'
hash = {
  foo: corge,
  bar: grault,
  baz: qux
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment