Skip to content

Instantly share code, notes, and snippets.

GEM
remote: https://rubygems.org/
specs:
actionmailer (4.0.0)
actionpack (= 4.0.0)
mail (~> 2.5.3)
actionpack (4.0.0)
activesupport (= 4.0.0)
builder (~> 3.1.0)
erubis (~> 2.7.0)
(function() {
this.HandlebarsTemplates || (this.HandlebarsTemplates = {});
this.HandlebarsTemplates["application"] = Handlebars.template(function (Handlebars,depth0,helpers,partials,data) {
this.compilerInfo = [4,'>= 1.0.0'];
helpers = this.merge(helpers, Handlebars.helpers); data = data || {};
var buffer = "", stack1, functionType="function", escapeExpression=this.escapeExpression;
buffer += "Application\n";
if (stack1 = helpers.outlet) { stack1 = stack1.call(depth0, {hash:{},data:data}); }
@nivoc
nivoc / AAA
Last active December 20, 2015 02:09
==Error==
Opening localhost:3000/
Result:
Internal Server Error
No route matches {:controller=>"blogs", :action=>"show"} missing required keys: [:id]
WEBrick/1.3.1 (Ruby/2.0.0/2013-02-24) at localhost:3000
==RAKE==
@nivoc
nivoc / zshrc
Created April 23, 2012 23:39
my-zsh-config
# nivoc's zshrc file v0.1, based on:
# kcbanner's zshrc file v0.1 and
# jdong's zshrc file v0.2.1 and
# mako's zshrc file, v0.1
setopt ALL_EXPORT
DISABLE_AUTO_TITLE="true"
# Set/unset shell options
setopt notify globdots correct pushdtohome cdablevars autolist