Skip to content

Instantly share code, notes, and snippets.

View dangjlin's full-sized avatar

Daniel (Guo-Jheng) Lin dangjlin

View GitHub Profile
@dangjlin
dangjlin / postgresl_hints.sql
Created September 5, 2017 03:47 — forked from abhiomkar/postgresl_hints.sql
Postgresql snippets
-- show tables
\dt
-- create a new database
# CREATE DATABASE mydb;
-- create user
# CREATE USER abhinay with password 'secret';
@dangjlin
dangjlin / index.md
Created August 28, 2014 01:16 — forked from rstacruz/index.md

Rails Models

Generating models

$ rails g model User

Associations

belongs_to

has_one