jdunphy (Jacob Dunphy)

Name
Jacob Dunphy
Email
Company
AT&T Interactive
Location
Southern California
Member Since
May 09, 2008 (about 1 year)

Following 13 githubbers and watching 35 repositories view all →

Public Repositories (15)

  • templette

    Ruby HTML templating gem

    legend

    Last updated Sat Aug 15 19:39:02 -0700 2009

  • shoulda

    Makes tests easy on the fingers and the eyes

    legend

    Forked from thoughtbot/shoulda Fri Aug 21 08:27:19 -0700 2009

    Last updated Sun Aug 02 11:29:02 -0700 2009

  • uuidtools

    A simple universally unique ID generation library.

    legend

    Forked from sporkmonger/uuidtools Wed Jul 08 15:39:31 -0700 2009

    Last updated Tue Jul 07 06:46:14 -0700 2009

  • baby-pool

    It's a thing, to take guesses, for a baby's weight and birthdate...

    legend

    Last updated Fri Jun 26 21:28:13 -0700 2009

  • crufty

    Rails Plugin - Find unused methods in your projects

    legend

    Last updated Tue May 05 15:11:31 -0700 2009

  • merb-book

    Open Source Merb book

    legend

    Forked from mattetti/merb-book Fri Dec 12 13:01:14 -0800 2008

    Last updated Thu Mar 05 20:59:41 -0800 2009

  • checklist

    legend

    Last updated Mon Feb 16 23:30:53 -0800 2009

  • daily-checklist

    legend

    Last updated Thu Feb 05 18:06:03 -0800 2009

  • sequel

    Sequel: The Database Toolkit for Ruby

    legend

    Forked from jeremyevans/sequel Fri Jan 09 17:22:25 -0800 2009

    Last updated Mon Feb 02 20:38:29 -0800 2009

  • sequel_revisioned

    sequel plugin to add a revision history to a model

    legend

    Last updated Mon Jan 19 16:30:38 -0800 2009

  • merb-plugins

    Merb Plugins: Even more modules to hook up your Merb installation

    legend

    Forked from wycats/merb-plugins Tue Dec 02 15:52:32 -0800 2008

    Last updated Tue Dec 23 11:55:32 -0800 2008

  • extlib

    General Ruby extensions for DataMapper and DataObjects

    legend

    Forked from sam/extlib Wed Dec 17 10:08:16 -0800 2008

    Last updated Sun Dec 14 11:26:50 -0800 2008

  • cruisecontrol.rb

    Cruise Control for Ruby, keep it simple

    legend

    Forked from thoughtworks/cruisecontrol.rb Wed Oct 29 12:19:41 -0700 2008

    Last updated Fri Oct 24 14:11:56 -0700 2008

  • kablame-gem

    A gem version of http://code.google.com/p/kablame/

    legend

    Last updated Wed Jul 30 00:03:18 -0700 2008

  • kablame

    Moving KABLAME plugin over from googlecode

    legend

    Last updated Mon Jun 16 20:16:08 -0700 2008

Public Activity feed

jdunphy created gist: 231420 Tue Nov 10 16:07:20 -0800 2009
class Fancy def self.test puts "Ask me a question:"
jdunphy updated gist: 227314 Thu Nov 05 12:04:59 -0800 2009
def socket %return @sock if @sock and not @sock.closed?
jdunphy updated gist: 227314 Thu Nov 05 12:04:38 -0800 2009
def socket %return @sock if @sock and not @sock.closed?
jdunphy created gist: 227314 Thu Nov 05 11:26:26 -0800 2009
def socket %20return @sock if @sock and not @sock.closed?
jdunphy created gist: 227307 Thu Nov 05 11:20:36 -0800 2009
## # Pick a server to handle the request based on a hash of the key.
jdunphy opened issue 1 on jmhodges/fakehoe Mon Nov 02 11:50:54 -0800 2009
Rename fakehoe => fauxhoe
jdunphy created gist: 216253 Thu Oct 22 13:08:45 -0700 2009
# Executes the block with auditing disabled. # # Foo.without_auditing do