Skip to content

Instantly share code, notes, and snippets.

View billymeltdown's full-sized avatar

Billy Gray billymeltdown

View GitHub Profile
!!! 5
%html
%head
%title= 'Zetetic - ' + yield_for(:title, 'Blog')
%meta{:name => 'description', :content => yield_for(:description, "blarf blarf dorf dorf dorf, hooray it's our blog!")}/
...
def MajorKusanagi
mixin homo_sapien
add :xray_vision, :therm_optic_camouflage
suppress :cancer
end
class UpdateTimestampFieldsToUtc < ActiveRecord::Migration
cattr_accessor :use_utc
def self.up
transaction do
@@use_utc = true
adjust_models
end
end