My Recent Pastes (33 and counting)
Pastes by Catfish (33 and counting)
Pages:
Below are the 3 most recent pasties by Catfish.
June 30, 2006
9:04AM EDT
by Catfish
View all 32 lines
#!/usr/bin/env ruby printer = "" class ErrorIO < IO
June 30, 2006
7:38AM EDT
by Catfish
View all 14 lines
#!/usr/bin/env ruby Dir.chdir(ENV['TM_PROJECT_DIRECTORY']) output = `rake spec`
June 27, 2006
2:09PM EDT
by Catfish
View all 7 lines
def get_new_messages @messages = Message.find(:all, :conditions => 'new = 1') @messages.each do |msg| msg.new = 0 msg.save