Skip to content

Instantly share code, notes, and snippets.

@juvenn
juvenn / heroku push error
Created October 27, 2009 02:37
heroku push error
$ git push heroku
Counting objects: 12, done.
Compressing objects: 100% (10/10), done.
Writing objects: 100% (10/10), 1.65 KiB, done.
Total 10 (delta 6), reused 0 (delta 0)
-----> Heroku receiving push
-----> Sinatra app detected
Compiled slug size is 272K
-----> Launching........................................................... failed (Heroku error)
@juvenn
juvenn / gist:215219
Created October 21, 2009 16:16 — forked from defunkt/gist:6443
Chris's Talk
# Video: http://rubyhoedown2008.confreaks.com/08-chris-wanstrath-keynote.html
Hi everyone, I'm Chris Wanstrath.
When Jeremy asked me to come talk, I said yes. Hell yes. Immediately. But
then I took a few moments and thought, Wait, why? Why me? What am I supposed
to say that's interesting? Something about Ruby, perhaps. Maybe the
future of it. The future of something, at least. That sounds
keynote-y.
@juvenn
juvenn / mustache.vim
Created October 16, 2009 09:02
Syntax hilighting for Mustache
" Vim syntax file
" Language: Mustache
" Maintainer: Juvenn Woo <[email protected]>
" Screenshot: http://imgur.com/6F408
" Version: 1
" Last Change: 2009 Oct 15
" Remark:
" It lexically hilights embedded mustaches (exclusively) in html file.
" While it was written for Ruby-based Mustache template system, it should work for Google's C-based *ctemplate* as well as Erlang-based *et*. All of them are, AFAIK, based on the idea of ctemplate.
" References:
def hello
p "Hello, world!"
end