Skip to content

Instantly share code, notes, and snippets.

@willawill
willawill / index.md
Last active August 31, 2015 14:53 — forked from rstacruz/index.md
Rails models cheatsheet

Rails Models

Generating models

$ rails g model User

Associations

belongs_to

has_one

@willawill
willawill / capybara.md
Last active August 28, 2015 14:01 — forked from steveclarke/capybara.md
RSpec Matchers

Capybara

save_and_open_page

Matchers

have_button(locator)
@willawill
willawill / lockit.sh
Created August 21, 2012 10:44 — forked from quad/lockit.sh
Achtung: a not very nice hotdog
#!/bin/sh
#
# We have a few repeat customers here at the TWU 27 hotdog shack.
#
# They've decided it's FUN to visit our stand.
#
# So, we've cooked up something a little special for our valued customers.
set -e