This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def hello | |
p "Hello, world!" | |
end |
NewerOlder