Skip to content

Instantly share code, notes, and snippets.

View sasagichuki's full-sized avatar

Charles Gichuki sasagichuki

  • Sprout
  • Nairobi, Kenya
View GitHub Profile
@sasagichuki
sasagichuki / ie.md
Created January 22, 2014 16:22 — forked from rstacruz/ie.md

The IE cheatsheet

Only in IE7+

Selectors:

  • > (descendant)
  • [attr] (attribute)
  • .class1.class2 (multiple classes)
  • ~ (sibling)

title: Rails Models

Generating models

$ rails g model User

Associations

belongs_to