Skip to content

Instantly share code, notes, and snippets.

$(function () {
var chart;
$(document).ready(function() {
chart = new Highcharts.Chart({
chart: {
renderTo: 'container',
type: 'area'
},
title: {
text: 'Weekly Cohorts: States'
{
"name": "kera-proxy",
"version": "0.0.1",
"author": "Kera Software Inc <[email protected]>",
"private": true,
"dependencies": {
"faux": "https://github_username:[email protected]/kera-inc/faux.git",
"express": "2.5.x",
"directory-tree-watcher": "0.0.5",
"coffee-script": "1.3.1"
<!doctype html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
</head>
<body>
<style>
#outer {
position:relative;
[~] rake db:create:all
development:
adapter: postgresql
encoding: unicode
database: my_rails_app_development
pool: 5
username: my_rails_app
test:
adapter: postgresql
encoding: unicode
database: my_rails_app_test
[~] bundle install
[~] createuser
Enter name of role to add: my_rails_app
Shall the new role be a superuser? (y/n) y
[~] which psql
/usr/local/bin/psql</pre>
[~] brew install postgres
/usr/local/bin
/usr/local/sbin
/usr/bin
/bin
/usr/sbin
/sbin