josh

Joshua Peek
Chicago, IL
173
24
Feb 03, 2008

Following

Public Activity  feed

josh pushed to master at rack/rack-contrib Thu Jul 09 13:10:43 -0700 2009
HEAD is cfee6eefe8291d0aa3c70a12b3b2cc350ec09beb
josh pushed to master at josh/rack-mount Wed Jul 08 23:17:48 -0700 2009
HEAD is be209a7d14f0d77f617222ec715ecdabd7329a0d

11 commits »

josh pushed to master at josh/bash Wed Jul 08 23:17:32 -0700 2009
HEAD is 5a0fcc8f935103c59cae935d8296869388b8a223
  • josh committed 5a0fcc8f:
    dsunhook also removes hidden ._. files too
josh pushed to master at josh/zsh Wed Jul 08 23:17:31 -0700 2009
HEAD is 1caae4b3d80aff4d5c3e1536319a1c5b98b27e4e
  • josh committed 1caae4b3:
    set prompt to shells default color
josh pushed to master at josh/textmate Wed Jul 08 23:17:28 -0700 2009
HEAD is 8e765526ade53201da402301f919c709a49910fe
josh started watching schacon/libgit Wed Jul 08 10:55:10 -0700 2009
libgit's description:
git library for embedding
josh started watching adamwiggins/rest-client Sat Jul 04 16:25:31 -0700 2009
rest-client's description:
Simple REST client for Ruby, inspired by microframework syntax for specifying actions.
josh pushed to master at rails/rails Fri Jul 03 21:12:54 -0700 2009
HEAD is 783db25e0c640c1588732967a87d65c10fddc08e

3 commits »

josh pushed to master at josh/textmate Fri Jul 03 21:11:27 -0700 2009
HEAD is 7c7288caf729bdaded09ff87bcde91a63efb066d

2 commits »

josh pushed to master at josh/rack-mount Fri Jul 03 21:11:26 -0700 2009
HEAD is a8e8ec5d018dbe43325c2f82fb4b8052589cbd4b

3 commits »

josh applied fork commits to wysihat/master Tue Jun 30 16:06:52 -0700 2009
master was changed to 05ff61
josh pushed to master at josh/textmate Fri Jun 26 14:13:24 -0700 2009
HEAD is fba7b3945c64d4dded433d1d49118cecd675093a

7 commits »

josh pushed to master at josh/textmate Fri Jun 26 06:50:07 -0700 2009
HEAD is fb3043cf940a9a25e332400d9ba7f20e4715f6a2
josh started watching madrobby/scripty2 Thu Jun 25 19:59:54 -0700 2009
scripty2's description:
scripty2: for a more delicious web
josh pushed to master at rails/rails Thu Jun 25 12:53:07 -0700 2009
HEAD is b598baf813a85895e1df4e442599170e57d6445c
josh pushed to 2-3-stable at rails/rails Thu Jun 25 12:48:29 -0700 2009
HEAD is 6720b25b2da5e1b81494d4dcc6248f64479a5db8
  • josh committed 6720b25b:
    send_data should set Content-Length as a string
josh pushed to master at rails/rails Thu Jun 25 12:48:14 -0700 2009
HEAD is 7837da41a378a69f88763701291a79ef55f14dea
  • josh committed 7837da41:
    send_data should set Content-Length as a string
josh applied fork commits to useragent/master Thu Jun 25 11:22:54 -0700 2009
master was changed to 5c93b0
josh pushed to master at rails/rails Thu Jun 25 10:52:29 -0700 2009
HEAD is 7aa730440c2143051b46c0857e637100f9367628
  • josh committed 7aa73044:
    Remove deprecated implicit ivar assignment
josh pushed to master at josh/rack-mount Wed Jun 24 21:46:21 -0700 2009
HEAD is 20e01c4a12e581fa765958fff3662cc2e2438978

3 commits »

josh pushed to master at josh/multimap Wed Jun 24 21:42:56 -0700 2009
HEAD is 3e8c6d78cafcf233a233804b8d8b0cd4ae3b3840
  • josh committed 3e8c6d78:
    be sure to dup the default container on copy
josh pushed to master at josh/rack-mount Wed Jun 24 19:55:26 -0700 2009
HEAD is c59731f6c0cc481af38fef86a5d9a6d0405b5687

5 commits »

josh pushed to master at josh/rack-mount Mon Jun 22 21:28:27 -0700 2009
HEAD is 798abcf2a5ea8aebbe63f05802e3a3ebd9bd51c9

3 commits »

josh applied fork commits to wysihat/master Mon Jun 22 20:44:15 -0700 2009
master was changed to 8552ce
josh created gist: 134102 Mon Jun 22 11:10:18 -0700 2009
$$('html').first().observe('click', function(e) { var click_in_zoom = e.findElement('#zoom'), ...
josh pushed to master at josh/rack-mount Mon Jun 22 09:39:54 -0700 2009
HEAD is e5b23b9fb55d62a373baf99f2f66d5175eb39ea7
josh pushed to master at josh/multimap Mon Jun 22 09:37:34 -0700 2009
HEAD is 58cff25690533d119cb2f45a12662dbf91525fd9
  • josh committed 58cff256:
    remember fuzzy keys so they can be rematched later
josh pushed to master at josh/rack-mount Sun Jun 21 17:05:18 -0700 2009
HEAD is 1e8bf1cf412b7e106ef89e6b6a265b4bf918a155

4 commits »

josh pushed to master at rails/rails Wed Jun 17 19:28:04 -0700 2009
HEAD is fbdf706fffbfb17731a1f459203d242414ef5086

3 commits »

josh pushed to master at rack/rack Wed Jun 17 15:33:37 -0700 2009
HEAD is fd1c1d2e494d9a7d15e0458602ef121f244addc3

3 commits »

josh pushed to rack-1.0 at rack/rack Wed Jun 17 15:33:36 -0700 2009
HEAD is 851782648fbbb141b1b56b73d8efc99efcac1b27
  • Hongli Lai (Phusion) committed 85178264:
    Document more clearly that rack.input must be opened in binary mode, and enforce it in Rack::Lint.
josh pushed to master at rack/rack Wed Jun 17 15:22:45 -0700 2009
HEAD is 07c18145496fe1833b20d31856f70a2bc50db18b
  • Hongli Lai (Phusion) committed 07c18145:
    Fix Rack::Utils::HeaderHash#delete: it's supposed to return the deleted value, or nil if the key doesn't exist. [#54 state:resolved]
josh pushed to rack-1.0 at rack/rack Wed Jun 17 15:22:45 -0700 2009
HEAD is dfab30daae0f1748c0e93009583dc33dbc838a7c
  • Hongli Lai (Phusion) committed dfab30da:
    Add unit tests for Rack::Util::HeaderHash#delete. [#54 state:resolved]