Rails Cheatsheet

This is a list of things that I want to remind myself of when programming rails.

Datatypes

:integer
:float
:datetime
:date
:timestamp
:time
:text
:string
:binary
:boolean