Skip to content

Instantly share code, notes, and snippets.

@crofty
crofty / Procfile
Last active December 16, 2015 06:19
Timeline
server: python -m SimpleHTTPServer
coffee: coffee -bwc *.coffee
(function() {
window.DS = Ember.Namespace.create({
// this one goes to 11
CURRENT_API_REVISION: 11
});
})();
// Version: v1.0.0-pre.2-396-g99357c2
// Last commit: 99357c2 (2013-01-14 11:38:40 +0000)
(function() {
/*global __fail__*/
/**
Ember Debug
// Version: v1.0.pre-236-g3c05544
// Last commit: 3c05544 (2012-10-20 09:32:11 +0100)
(function() {
/*global __fail__*/
/**
Ember Debug
// Version: v1.0.pre-236-g3c05544
// Last commit: 3c05544 (2012-10-20 09:32:11 +0100)
(function() {
/*global __fail__*/
/**
Ember Debug
test:
adapter: postgresql
database: enthuse_pull_requests
encoding: utf8
username: jenkins
password: jenkins
host: localhost
@crofty
crofty / ember.js
Created July 24, 2012 09:55
ember
// Version: v1.0.pre-49-g757bea3
// Last commit: 757bea3 (2012-08-16 15:36:11 +0100)
(function() {
/*global __fail__*/
if ('undefined' === typeof Ember) {
Ember = {};
@crofty
crofty / database.yml
Created June 22, 2012 15:22
database.yml
test:
adapter: postgresql
database: enthuse_test_all
encoding: utf8
username: jenkins
password: jenkins
host: localhost
@crofty
crofty / database.yml
Created June 19, 2012 13:54
database.yml
test:
adapter: postgresql
database: enthuse_test
encoding: utf8
username: jenkins
password: jenkins
host: localhost
@crofty
crofty / gist:2880816
Created June 6, 2012 09:08
Check ubuntu version
lsb_release -a