carllerche

Carl Lerche
Portland, OR
7
10

Following

Public Activity  feed

carllerche created gist: 27642 Fri Nov 21 13:31:10 -0800 2008
@hooks = []
carllerche created gist: 27635 Fri Nov 21 13:24:17 -0800 2008
carllerche commented on rails/rails Fri Nov 21 00:29:17 -0800 2008
Comment in 9d8cc60:

I’d like to propose the following patch:
class Fixnum
alias mult_before_the_answer *
def *(other)
return 42 if self 6 && other 8
mult_before_the_answer(other)
end
end

carllerche created gist: 27188 Thu Nov 20 12:57:05 -0800 2008
require File.join(File.dirname(__FILE__), "..", "..", "lib", "merb-core") require "rubygems" require "rack"
carllerche created gist: 27167 Thu Nov 20 12:04:42 -0800 2008
require File.join(File.dirname(__FILE__), "..", "..", "lib", "merb-core") require "rubygems" require "rbench"
carllerche edited a page in the merb wiki Wed Nov 19 16:16:20 -0800 2008
carllerche updated gist: 25314 Sat Nov 15 12:20:04 -0800 2008
Merb::Router.extensions do def domain(name, domain, options={}, &block) match(:host => domain).namespace(name, :path => "", &block)
carllerche created gist: 25314 Sat Nov 15 12:19:34 -0800 2008
Merb::Router.extensions do def domain(name, domain, options={}, &block) match(:host => domain).namespace(name, :path => "", &block)
carllerche updated gist: 25145 Fri Nov 14 17:03:57 -0800 2008
module DataMapper # I was considering calling this "DataMapperMakesMeCry"
carllerche created gist: 25145 Fri Nov 14 15:42:59 -0800 2008
module DataMapper # I was considering calling this "DataMapperMakesMeCry"
carllerche created gist: 24374 Wed Nov 12 21:37:51 -0800 2008
def show @post = Post.get(params[:id]) or raise NotFound display @post
carllerche created gist: 24373 Wed Nov 12 21:36:51 -0800 2008
def show @thread = Thread.get(params[:id]) or raise NotFound debugger
carllerche edited a page in the merb wiki Mon Nov 10 21:15:46 -0800 2008
carllerche updated gist: 23741 2 times, most recently Mon Nov 10 21:07:08 -0800 2008
Merb::Prepare do
carllerche created gist: 23741 Mon Nov 10 20:47:02 -0800 2008
Merb::Prepare do
carllerche created gist: 23373 Sun Nov 09 15:20:42 -0800 2008
# Refactor plz def create @post = @thread.posts.build(params[:post])
carllerche started watching poolparty Sun Nov 09 13:13:11 -0800 2008
poolparty is at auser/poolparty
carllerche edited a page in the merb wiki Sat Nov 08 21:48:49 -0800 2008
carllerche edited a page in the merb wiki Sat Nov 08 21:48:37 -0800 2008
carllerche created a page in the merb wiki Sat Nov 08 21:04:30 -0800 2008