tylerhunt (Tyler Hunt)

Name
Tyler Hunt
Website/Blog
http://devoh.com/
Location
Orlando, FL
Member Since
Apr 10, 2008 (about 1 year)

Following 7 githubbers and watching 71 repositories view all →

Public Repositories (13)

  • rack-canonical-host

    Rack middleware for defining a canonical host name.

    legend

    Last updated Wed Nov 04 08:05:07 -0800 2009

  • comeback

    A Rails plugin that provides a mechanism for storing URLs to return to at a later time.

    legend

    Last updated Thu Sep 03 09:32:32 -0700 2009

  • sass_on_heroku

    legend

    Forked from heroku/sass_on_heroku Wed Sep 02 11:11:57 -0700 2009

    Last updated Wed Sep 02 11:19:13 -0700 2009

  • relax

    A simple library for creating REST consumers.

    legend

    Last updated Mon Aug 31 13:45:38 -0700 2009

  • relief

    An XML to hash Ruby parser DSL.

    legend

    Last updated Mon Aug 31 13:43:52 -0700 2009

  • remit

    An API for using the Amazon Flexible Payment Service (FPS).

    legend

    Last updated Wed Jul 29 12:03:55 -0700 2009

  • rrrd

    A Ruby interface for RRD.

    legend

    Last updated Wed May 06 09:53:59 -0700 2009

  • barcamplive

    BarCampLive

    legend

    Last updated Mon Apr 13 08:23:53 -0700 2009

  • sax-machine

    A declarative sax parsing library backed by Nokogiri.

    legend

    Forked from pauldix/sax-machine Wed Mar 18 08:36:05 -0700 2009

    Last updated Wed Mar 18 12:35:31 -0700 2009

  • rest-client

    Simple REST client for Ruby, inspired by microframework syntax for specifying actions.

    legend

    Forked from adamwiggins/rest-client Mon Mar 16 16:37:30 -0700 2009

    Last updated Thu Mar 12 17:13:45 -0700 2009

  • coercion

    A Rails plugin that converts empty strings passed to Active Record to NULLs before they're saved.

    legend

    Last updated Tue Oct 07 10:07:27 -0700 2008

  • germinate

    A Rails plugin for seeding the database with initial application data.

    legend

    Last updated Tue Aug 19 13:10:30 -0700 2008

  • find-param

    The simplest and most pointless rails plugin ever.

    legend

    Forked from jseifer/find-param Thu May 29 09:25:33 -0700 2008

    Last updated Fri May 30 10:30:48 -0700 2008

Public Activity feed

tylerhunt started watching arya/bluepill Sun Nov 08 07:06:27 -0800 2009
bluepill's description:
simple process monitoring tool
tylerhunt created branch master at tylerhunt/rack-canonical-host Wed Nov 04 08:05:08 -0800 2009
tylerhunt created repository rack-canonical-host Wed Nov 04 08:03:30 -0800 2009
New repository is at tylerhunt/rack-canonical-host
tylerhunt started watching mattmatt/relink Wed Nov 04 07:09:14 -0800 2009
relink's description:
A Redis-based URL shortener.
tylerhunt started watching mikel/mail Mon Nov 02 11:37:35 -0800 2009
mail's description:
A Really Ruby Mail Library
tylerhunt started watching alex3t/rails_on_pg Sun Oct 18 19:30:16 -0700 2009
rails_on_pg's description:
PostgreSQL views, functions, triggers, foreign keys for rails migration
tylerhunt started watching citrusbyte/jquery-watermark Wed Oct 14 06:39:21 -0700 2009
jquery-watermark's description:
Add a watermark to your form elements – the jQuery way.
tylerhunt created gist: 206213 Fri Oct 09 11:03:47 -0700 2009
class CanonicalHost def initialize(app, host=nil, &block) @app = app