jderrett

Jason Derrett
Squeejee
Austin, TX
4
0
Mar 18, 2008

Following

Public Activity  feed

jderrett started watching benburkert/hosebird Thu Jun 11 21:36:55 -0700 2009
hosebird's description:
A Ruby gem for Twitter's new Streaming API codename Hosebird
jderrett created gist: 108916 Fri May 08 11:31:37 -0700 2009
Here is mine from Safari 4 after admin login member_id is 1
jderrett pushed to master at squeejee/floxee Tue Apr 14 17:27:31 -0700 2009
HEAD is a98732d5ac573eb251b8c2abc19809f4c6f5eb96
  • Jason Derrett committed a98732d5:
    Fix bug when search returns no results, downcase fails on nil
jderrett pushed to master at squeejee/floxee Tue Apr 14 14:01:54 -0700 2009
HEAD is bd3295378e4e564303f80018161ed9d731bfabcd
  • Jason Derrett committed bd329537:
    Fix bug on stats page when Person doesn't have a User
jderrett pushed to master at squeejee/floxee Fri Apr 10 15:06:57 -0700 2009
HEAD is a8a2448d06cf291419755e88cd219925e62e35fb

2 commits »

jderrett pushed to master at squeejee/floxee Fri Apr 10 09:46:28 -0700 2009
HEAD is 3640cbbe2191db94232336d835ba6878bc239617

2 commits »

jderrett pushed to master at squeejee/floxee Fri Apr 10 09:43:47 -0700 2009
HEAD is 5a48152dfdaa20c40ae73a0bd97ba4d5627fa1b9
  • Jason Derrett committed 5a48152d:
    Add search and highlighting to tweetstream
jderrett pushed to master at squeejee/floxee Fri Apr 10 09:42:48 -0700 2009
HEAD is a258e7f57771f064093ec4dfc88facc3bc58329c
  • Jason Derrett committed a258e7f5:
    Redirect to new person page instead of edit page on error
jderrett pushed to master at squeejee/floxee Thu Apr 09 16:29:41 -0700 2009
HEAD is 117c56c8d91816822032635e975d2debe460e26a

2 commits »

jderrett pushed to master at squeejee/floxee Thu Apr 09 15:02:03 -0700 2009
HEAD is e83a0819f20c2178192142a9636bbe256b612af5
  • Jason Derrett committed e83a0819:
    Fix bug with followcost for non-existent user, part 2
jderrett pushed to master at squeejee/floxee Thu Apr 09 14:53:47 -0700 2009
HEAD is b9f06bbfd274357a36d89bc412b2f328cdf63d6a

2 commits »

jderrett pushed to master at squeejee/floxee Mon Apr 06 09:55:06 -0700 2009
HEAD is 3d53826f02b1ba805fc05d4ab480babd108e5841
  • Jason Derrett committed 3d53826f:
    Fix case-sensitive search and add highlighting to search term
jderrett pushed to master at squeejee/floxee Mon Apr 06 07:02:43 -0700 2009
HEAD is a9fa72a9d5895a8237a37e5f6cedee473cecd0c5
  • Jason Derrett committed a9fa72a9:
    Attempt to show follow/unfollow - commented out for now
jderrett pushed to master at squeejee/floxee Fri Apr 03 20:06:51 -0700 2009
HEAD is b63163f51e15af1843acb9b56bf50ae6ec299dc6

2 commits »

jderrett created gist: 58776 Thu Feb 05 08:01:06 -0800 2009
tweeters = Official.tweeting tweets = tweeters.collect {|t| JSON.parse(Net::HTTP.get(URI.pars...
jderrett started watching fiveruns/data_fabric Mon Oct 06 14:24:34 -0700 2008
data_fabric's description:
Sharding support for ActiveRecord 2.x
jderrett started watching frabcus/acts_as_xapian Mon Sep 22 09:04:42 -0700 2008
acts_as_xapian's description:
Xapian full text search plugin for Ruby on Rails
jderrett started watching ptb/geokit Thu Aug 28 21:17:03 -0700 2008
geokit's description:
A plugin for maps-based apps with 1) ActiveRecord extensions for geo-based finders (find within X miles); 2) geocoding through multiple providers with failover; 3) geo distance calculations; 4) IP-based location lookup; 5) before_filter for IP geocoder.; forked from official SVN repo to fix bugs