Skip to content

Instantly share code, notes, and snippets.

@jhuckabee
jhuckabee / gist:810552e99959eacbbea9
Last active August 29, 2015 14:06
rails-ajax.html
<polymer-element name="rails-ajax" extends="core-ajax">
<script>
Polymer({
ready: function() {
this.super();
this.csrfParam = document.querySelector("meta[name=csrf-param]").content;
this.csrfToken = document.querySelector("meta[name=csrf-token]").content;
},
getParams: function(params) {
@jhuckabee
jhuckabee / gist:0f89371b2a55ec0ba98c
Last active August 29, 2015 14:07
Yosemite Upgrade Notes

For those of you using Homebrew and Homebrew installed PostgreSQL, here's a few notes on my Yosemite upgrade from over the weekend:

Slow Installer

The installation process went smoothly right up until the end. With "3 minutes remaining" it appeared to stall. Be patient. In the background the installer is doing some weird copying routine of /usr/local. This took 4 hours on my machine. Hit Cmd-L to see the log of what's going on.

PostgreSQL

During the above mentioned copying routine of /usr/local, it seems to be skipping empty directories. Unfortunately PostgreSQL requires a few of these empty directories to be present to run properly. To fix this simply run: