Skip to content

Instantly share code, notes, and snippets.

View digitaltoad's full-sized avatar

Joshua Borton digitaltoad

  • Amplify
  • Tecumseh, Michigan
View GitHub Profile
-- ACTION BAR PANEL
TukuiDB.buttonsize = TukuiDB:Scale(27)
TukuiDB.buttonspacing = TukuiDB:Scale(4)
TukuiDB.petbuttonsize = TukuiDB:Scale(29)
TukuiDB.petbuttonspacing = TukuiDB:Scale(4)
local barbg = CreateFrame("Frame", "TukuiActionBarBackground", UIParent)
TukuiDB:CreatePanel(barbg, 1, 1, "BOTTOM", UIParent, "BOTTOM", 0, TukuiDB:Scale(14))
if TukuiDB.lowversion == true then
barbg:SetWidth((TukuiDB.buttonsize * 12) + (TukuiDB.buttonspacing * 13))
file 'Gemfile', <<-GEMS
source 'http://gemcutter.org'
gem "rails", "3.0.0.beta4"
gem "bson_ext"
gem "mongoid", "2.0.0.beta7"
gem "haml", "3.0.12"
gem "compass", "0.10.2"
gem "inherited_resources"
gem "devise", :git => 'git://github.com/plataformatec/devise.git'