zachhale (Zach Hale)

Name
Zach Hale
Email
Website/Blog
http://zachhale.com
Company
Mavenry
Location
Seattle, WA
Member Since
Mar 25, 2008 (about 1 year)

Following 25 githubbers and watching 77 repositories view all →

Public Repositories (11)

  • anchor_accumulator

    Watches anchor tag changes and builds an incremental list of key=value pairs for use in a callbac...

    legend

    Last updated Thu Sep 17 16:26:43 -0700 2009

  • mysql-backup-scripts

    Ruby scripts to back up every single mysql database on your system to .sql files, and to restore ...

    legend

    Forked from infovore/mysql-backup-scripts Sun Sep 13 12:01:30 -0700 2009

    Last updated Sun Sep 13 12:15:45 -0700 2009

  • theperceptron

    Astute music recommendations

    legend

    Forked from maryrosecook/theperceptron Mon Sep 21 10:26:09 -0700 2009

    Last updated Wed Aug 26 03:32:31 -0700 2009

  • ignore_attributes

    Rails plugin for creating attr_writer like methods that trash assigned values

    legend

    Last updated Sat Aug 22 19:30:44 -0700 2009

  • spit_model

    Simple rails plugin for viewing nicer dump of a model's attributes

    legend

    Last updated Thu Aug 13 21:17:57 -0700 2009

  • chef-rails-ec2

    Incomplete and hacked together, but mostly working chef cookbook and sample recipe for deploying ...

    legend

    Last updated Sun Jun 28 22:41:51 -0700 2009

  • ruby-crc16

    crc16 checksum implementation in Ruby

    legend

    Last updated Thu May 14 17:56:28 -0700 2009

  • flickrtags

    An extension for the Radiant CMS that provides tags for embedding Flickr slideshows

    legend

    Forked from santry/flickrtags Fri Dec 26 12:28:50 -0800 2008

    Last updated Fri Dec 26 12:50:35 -0800 2008

  • zachhale.github.com

    legend

    Last updated Thu Dec 18 14:40:16 -0800 2008

  • subdomain-fu

    With pre rails 2.2 fix for a problem with route optimization for subdomain routes.

    legend

    Forked from mbleigh/subdomain-fu Wed Oct 22 11:24:17 -0700 2008

    Last updated Wed Oct 22 11:28:37 -0700 2008

  • request_routing

    Some improvements for greater control of routes. I no longer use this because subdomain_fu does t...

    legend

    Forked from veilleperso/request_routing Thu Apr 17 21:30:58 -0700 2008

    Last updated Tue Apr 22 01:54:10 -0700 2008

Public Activity feed

zachhale started watching intridea/hashie Fri Nov 13 16:31:27 -0800 2009
hashie's description:
Hashie is a simple collection of useful Hash extensions.
zachhale updated gist: 225382 Tue Nov 03 12:10:40 -0800 2009
class Hash def requires!(*args) args.flatten.each do |arg|
zachhale created gist: 225382 Tue Nov 03 12:10:20 -0800 2009
class Hash def requires!(*args) args.flatten.each do |arg|
zachhale started watching wesrog/coversrc Wed Oct 28 11:54:08 -0700 2009
coversrc's description:
Beefed up "Now Playing" for Last.fm. Makes getting album artwork a breeze.
zachhale updated gist: 211441 Fri Oct 16 08:57:56 -0700 2009
task :generate_static_pages => :environment do ActionController::Dispatcher.define_dispatcher_c...
zachhale created gist: 211441 Thu Oct 15 17:43:40 -0700 2009
<
zachhale started watching nex3/dynamicmatic Sat Oct 10 18:20:27 -0700 2009
dynamicmatic's description:
Dynamic StaticMatic pages with Sinatra.
zachhale started watching collectiveidea/delayed_job Mon Sep 28 14:43:57 -0700 2009
delayed_job's description:
Database based asynchronously priority queue system -- Extracted from Shopify