My Recent Pastes (429 and counting)
Pastes by Dreamer3 (429 and counting)
Below are the 9 most recent pasties by Dreamer3.
June 03, 2006
3:53PM EDT
by Dreamer3
irb(main):003:0> File.directory? "/Users/jgoebel/rails/pastie/public/../config/../Users/jgoebel/rails/pastie/public/../config/../vendor/coderay-0.5.0.121/lib/" => false
June 03, 2006
3:25PM EDT
by Dreamer3
#require 'coderay' $LOAD_PATH.unshift(RAILS_ROOT + "/vendor/coderay-0.5.0.121/lib") require 'coderay'
June 03, 2006
12:11AM EDT
by Dreamer3
<%= CodeRay.scan(@paste.body, :ruby).html(:wrap => nil) %>
June 02, 2006
11:42PM EDT
by Dreamer3
View all 38 lines
class SimpleClient < Observer include RICE::Command include RICE::Reply def initialize(nick, user, username, pass, *channels)
June 02, 2006
10:31PM EDT
by Dreamer3
View all 57 lines
require 'syntax' require 'syntax/lang/ruby' class PastesController < ApplicationController def index