Skip to content

Instantly share code, notes, and snippets.

@JediFreeman
JediFreeman / keybase.md
Created April 14, 2015 15:05
keybase.md

Keybase proof

I hereby claim:

  • I am jedifreeman on github.
  • I am jedifreeman (https://keybase.io/jedifreeman) on keybase.
  • I have a public key whose fingerprint is C5DB 9F02 C288 3C38 6C7C 7A99 B346 FC5C 0B13 5A75

To claim this, I am signing this object:

@JediFreeman
JediFreeman / 1. summary
Last active May 19, 2018 07:45
Dashing Widget sizex Problem
When playing around with dashing, I wanted to create a dashboard with
several small tiles as the base size for the gridster, and then set up
larger tiles for larger pieces of content. In doing so I discovered that
if I set the data-sizex larger than 6 on one of my tiles, its layout
becomes totally borked.
For an example, please see this screenshot: http://i.imgur.com/Qfpgl8N.png
this screenshot is in Firefox (current stable) but also occurs all other
current stable browsers (except of course IE since IE does not work at all).
@JediFreeman
JediFreeman / gist:1847536
Created February 16, 2012 20:16
my app info
==================================
My Initializer - themes.rb:
----------------------------------
ThemesForRails.config do |config|
config.themes_dir = "assets"
config.assets_dir = "app/assets/themes"
config.views_dir = "app/views/themes"
end
==================================