Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View dfischer's full-sized avatar

0x44 0x46 dfischer

View GitHub Profile
This sucks too.
This is so fucking gay.
** Invoke db:bootstrap:load (first_time)
** Invoke environment
** Execute db:bootstrap:load
** Execute db:bootstrap
>> Started executing bootstrap for development
>> Started executing bootstrap for static_content
>> Finished executing bootstrap for static_content
>> Started executing bootstrap for users
>> Finished executing bootstrap for users
>> Started executing bootstrap for challenges
#
# bash completion support for core Git.
#
# Copyright (C) 2006,2007 Shawn O. Pearce <spearce@spearce.org>
# Conceptually based on gitcompletion (http://gitweb.hawaga.org.uk/).
# Distributed under the GNU General Public License, version 2.0.
#
# The contained completion routines provide support for completing:
#
# *) local and remote branch names
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by s3backer FUSE filesystem backed by Amazon S3 configure 1.3.1, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/s3-backer/1.3.1
## --------- ##
## Platform. ##
<script>var layout_width = 'small'; var layout_color='12EBF6'; var layout_rows=8;</script><script src="http://localhost:3000/dispensaries/medco-organics/widget.js"></script>
<script>var layout_width = 'medium'; var layout_color='12EBF6'; var layout_rows=8;</script><script src="http://localhost:3000/dispensaries/medco-organics/widget.js"></script>
<script>var layout_width = 'large'; var layout_color='12EBF6'; var layout_rows=8;</script><script src="http://localhost:3000/dispensaries/medco-organics/widget.js"></script>
@dfischer
dfischer / .DS_Store
Created February 29, 2012 03:43 — forked from deadprogram/Gemfile
Ruby Sample Application for AT&T Alpha API Foundry
@dfischer
dfischer / File Structure
Created June 28, 2012 23:38
Framework Driven Stylesheet Layouts
app/
assets/
stylesheets/
layouts/
_base.css.scss
_blog.css.scss
_layout.css.scss
layouts.css.scss
products/
_product.css.scss
@dfischer
dfischer / gist:3178425
Created July 25, 2012 20:22
html5 boilerplate haml
<!doctype html>
/ paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
/[if lt IE 7] <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en">
/[if IE 7] <html class="no-js lt-ie9 lt-ie8" lang="en">
/[if IE 8] <html class="no-js lt-ie9" lang="en">
/ Consider adding a manifest.appcache: h5bp.com/d/Offline
/ [if gt IE 8]><!
%html.no-js{:lang => "en"}
/ <![endif]
%head
@dfischer
dfischer / gist:3252331
Created August 3, 2012 22:47
VIM SCSS
When viewing a SCSS/Sass file show the selector path in the status bar of the file?
E.g
```scss
.page-footer {
.events {
@include column(3);
@include mobileColumn(4);