Skip to content

Instantly share code, notes, and snippets.

View jackieiscool's full-sized avatar

Jacqueline Herrlin jackieiscool

View GitHub Profile
@jackieiscool
jackieiscool / ActiveRecord Cheat Sheet v1
Created July 17, 2012 22:30 — forked from jessieay/ActiveRecord Cheat Sheet v1
Active Record cheat sheet with examples of queries I've needed most so far
ActiveRecord cheat sheet / EXAMPLES
INSTALL
=======
$ gem install activerecord
in GEMFILE: gem ‘activerecord’
REQUIRE
=======
require ‘active_record’
@jackieiscool
jackieiscool / 0_reuse_code.js
Created September 30, 2013 20:39
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console

Exercise - Instructor

Shirt Search Code Along

###Part 1: Review Time 20 min