My Recent Pastes (429 and counting)

Pastes by Dreamer3 (429 and counting)

Pages:

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

  class SimpleClient < Observer
    include RICE::Command
    include RICE::Reply

    def initialize(nick, user, username, pass, *channels)

June 02, 2006
11:40PM EDT
by Dreamer3

I am stupid! (jk, this may be a bug!)

June 02, 2006
11:00PM EDT
by Dreamer3

test

June 02, 2006
10:50PM EDT
by Dreamer3

Done!

June 02, 2006
10:31PM EDT
by Dreamer3

require 'syntax'
require 'syntax/lang/ruby'

class PastesController < ApplicationController
  def index

June 02, 2006
10:29PM EDT
by Dreamer3

test

Previous page