CARVIEW |
josh
(Joshua Peek)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Joshua Peek
- Website/Blog
- https://joshpeek.com/
- Company
- 37signals
- Location
- Chicago, IL
- Member Since
- Feb 03, 2008
Following 30 coders and watching 81 repositories view all →
Public Repositories (32)
-
rack-mount
Stackable dynamic tree based Rack router
Last updated Fri Jun 11 21:17:31 -0700 2010
-
openid.safariextension
Safari Extension for AutoFilling your OpenID
Last updated Thu Jun 10 21:21:25 -0700 2010
-
rip-bundle
Rip out Bundler!
Last updated Tue Jun 08 15:19:08 -0700 2010
-
keychain_services
Ruby bindings for OS X Keychain Services API
Last updated Sun Jun 06 20:18:37 -0700 2010
-
textmate
TextMate Bundles and Themes
Last updated Thu Jun 03 13:40:35 -0700 2010
-
useragent
HTTP User Agent parser
Last updated Thu Jun 03 07:17:22 -0700 2010
-
LaunchAgents
Last updated Wed Jun 02 18:31:55 -0700 2010
-
wysihat
A WYSIWYG JavaScript framework
Last updated Tue Jun 01 13:28:37 -0700 2010
-
dotfiles
Last updated Tue Jun 01 09:06:10 -0700 2010
-
emacs
My Emacs config
Last updated Tue Jun 01 09:06:09 -0700 2010
-
launchd
Ruby bindings for launch.h
Last updated Thu May 27 20:42:45 -0700 2010
-
homebrew
Forked from mxcl/homebrew
Packaging system for Mac OS X Leopard, heavy optimisations, no redundant packages, and a bonus be...
Last updated Sat May 22 14:13:39 -0700 2010
-
rip-externals
Symlinks external dependencies
Last updated Fri May 21 16:32:00 -0700 2010
-
josh.github.com
My GitHub Page
Last updated Mon Apr 26 07:20:00 -0700 2010
-
rubygems
Forked from jbarnette/rubygems
Official mirror. CHECK THE WIKI. Forks and patches welcome.
Last updated Sun Apr 25 17:18:46 -0700 2010
-
spoke
Helps package and distribute GitHub code
Last updated Mon Apr 19 19:37:23 -0700 2010
-
rack-openid
Provides a more HTTPish API around the ruby-openid library
Last updated Sat Apr 17 12:52:48 -0700 2010
-
gem_stub
Installs dummy gem specs to silence gem activation errors
Last updated Fri Apr 16 13:17:08 -0700 2010
-
reginald
Ruby Regexp syntax parser
Last updated Tue Apr 13 13:29:23 -0700 2010
-
rails
Forked from rails/rails
Ruby on Rails
Last updated Wed Apr 07 11:21:48 -0700 2010
-
ruby-openid
Forked from openid/ruby-openid
OpenID library for Ruby
Last updated Tue Mar 16 10:13:43 -0700 2010
-
sprockets-rails
Forked from sstephenson/sprockets-rails
Sprockets JavaScript dependency management and concatenation support for Rails applications
Last updated Tue Jan 19 09:06:22 -0800 2010
-
gobert
BERT serialization library for Go
Last updated Sat Dec 26 08:42:39 -0800 2009
-
multimap
Ruby multimap implementation
Last updated Thu Dec 24 14:11:47 -0800 2009
-
sinatra
Forked from sinatra/sinatra
Classy web-development dressed in a DSL (official / canonical repo)
Last updated Wed Dec 23 18:34:54 -0800 2009
-
KeyBindings
OS X key bindings config
Last updated Thu Dec 17 08:33:14 -0800 2009
-
tinder
Forked from collectiveidea/tinder
Tinder is an Ruby API for interfacing with Campfire, the 37Signals chat application.
Last updated Wed Dec 16 12:07:58 -0800 2009
-
irk
Irk IRC server
Last updated Sat Dec 12 09:25:51 -0800 2009
-
kindler
Ruby Kindle library
Last updated Sun Nov 29 11:04:56 -0800 2009
-
MacOnRack
A sample MacRuby application demonstrating how to connect Rack to a WebView.
Last updated Sat Nov 21 10:01:28 -0800 2009
-
swipe
Quick and tiny personal OpenID server
Last updated Mon Sep 07 13:33:20 -0700 2009
-
slicehost
Capistrano recipes for setting up and deploying to Slicehost
Last updated Tue Mar 17 13:45:57 -0700 2009
Public Activity 
Stackable dynamic tree based Rack router
Hey! What do you think you're doing!
-
22e0f98
readme
-
b50d478
preferences screenshot
-
5dc3632
1.1
-
6c4e0c6
rip-bundle 0.9.4
-
1cac1d6
support new gemfile lock format
-
26d6350
work with gemfile
- 1 more commit »
-1
First, i don't really like the pattern of mutating the memo in event handlers. If you need to add special behavior, changing the url or whatever, I'd just stop the event and add the custom behavior there.
-
205af52
override ruby validate and save
This should be part of Rack::Request not hard coded here.