CARVIEW |
jeremy
(Jeremy Kemper)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Jeremy Kemper
- Website/Blog
- https://bitsweat.net
- Company
- 37signals
- Location
- Pasadena, CA
- Member Since
- Feb 12, 2008
Following 105 coders and watching 202 repositories view all →
Public Repositories (26)
-
oauth2
Forked from intridea/oauth2
A Ruby wrapper for the OAuth 2.0 protocol.
Last updated Wed Apr 28 19:50:54 -0700 2010
-
i18n
Forked from svenfuchs/i18n
Basic internationalization(i18n) library for Ruby
Last updated Wed Apr 28 14:12:25 -0700 2010
-
mail
Forked from mikel/mail
A Really Ruby Mail Library
Last updated Sat Apr 24 18:16:25 -0700 2010
-
treetop
Forked from nathansobo/treetop
A Ruby-based parsing DSL based on parsing expression grammars.
Last updated Sun Mar 28 23:24:32 -0700 2010
-
arel
Forked from miloops/arel
A Relational Algebra
Last updated Sun Mar 28 23:06:11 -0700 2010
-
polyglot
Forked from cjheath/polyglot
Augment 'require' to load non-ruby file types
Last updated Sun Mar 28 22:00:22 -0700 2010
-
cassandra
Forked from fauna/cassandra
A Ruby client for the Cassandra distributed database.
Last updated Wed Mar 17 18:02:35 -0700 2010
-
will_paginate
Forked from mislav/will_paginate
Adaptive pagination plugin for web frameworks and other applications
Last updated Tue Mar 16 11:29:09 -0700 2010
-
rack
Forked from rack/rack
a modular Ruby webserver interface
Last updated Thu Mar 04 12:42:30 -0800 2010
-
garb
Forked from vigetlabs/garb
A Ruby wrapper for the Google Analytics API
Last updated Wed Feb 24 17:43:41 -0800 2010
-
cache-money
Forked from nkallen/cache-money
A Write-Through Cacheing Library for ActiveRecord
Last updated Mon Feb 08 12:19:52 -0800 2010
-
bundler
Forked from wycats/bundler
Last updated Wed Feb 03 23:53:06 -0800 2010
-
builder
Forked from jimweirich/builder
Provide a simple way to create XML markup and data structures.
Last updated Mon Jan 04 18:30:33 -0800 2010
-
rails
Forked from rails/rails
Ruby on Rails
Last updated Mon Nov 23 15:37:22 -0800 2009
-
redmine
Forked from edavis10/redmine
Redmine ported to Rails 3. See the rails3 branch.
Last updated Wed Nov 11 02:02:50 -0800 2009
-
ruby
Forked from shyouhei/ruby
the Ruby programming language, unofficial mirror (see the wiki for details)
Last updated Wed Nov 11 00:47:05 -0800 2009
-
trashed
Forked from 37signals/trashed
Keep tabs on expensive Ruby garbage collection. Support for NewRelic RPM and Rack.
Last updated Thu Aug 27 10:21:11 -0700 2009
-
rack-contrib
Forked from rack/rack-contrib
Contributed Rack Middleware and Utilities
Last updated Fri Jun 12 13:20:42 -0700 2009
-
delayed_job
Forked from tobi/delayed_job
Database backed asynchronous priority queue -- Extracted from Shopify
Last updated Wed May 20 23:20:39 -0700 2009
-
redis-rb
Forked from ezmobius/redis-rb
A ruby client library for the redis key value storage engine
Last updated Sat Mar 21 23:02:49 -0700 2009
-
redcloth
Forked from jgarber/redcloth
RedCloth is a Ruby library for converting Textile into HTML.
Last updated Mon Feb 09 12:26:38 -0800 2009
-
sqlite3-ruby
Forked from luislavena/sqlite3-ruby
Ruby bindings for the SQLite3 embedded database
Last updated Fri Feb 06 20:09:30 -0800 2009
-
mocha
Forked from floehopper/mocha
Mocha is a mocking & stubbing library for Ruby
Last updated Wed Feb 04 02:08:01 -0800 2009
-
rpm
Forked from newrelic/rpm
New Relic RPM Agent
Last updated Wed Feb 04 01:55:13 -0800 2009
-
sillytestapp
Forked from NZKoz/sillytestapp
An application used while testing some changes to the internals of ActionView. Not suitable for ...
Last updated Wed Dec 17 17:07:30 -0800 2008
-
ruby-prof
a fast code profiler for Ruby
Last updated Mon Oct 06 09:31:41 -0700 2008
Public Activity 
-
4bfff05
add missing shebang to rails bin. LH [#4885 state:resolved]
-
bf59717
Custom resource routes should be scoped
-
2c2a5fe
Fix Yajl backend discovery in ActiveSupport::JSON
-
c7e875a
Fix Yajl backend discovery in ActiveSupport::JSON
Moving RubyForge from PHP to Ruby
-
a7cae64
Fix test which prevents connection reset on failing and remove...
-
1ac00a6
Fix test which prevents connection reset on failing and remove...
-
bfc05e2
Adds a few connection parameters for IBM databases.
-
237165f
Fix bug with rolling back frozen attributes.
Stackable dynamic tree based Rack router
-
a55d832
Credit for the heavy lifting!
-
113b0ec
enable_stats added back in since Benchmarker doesn't start Rub...
-
bf6661c
setting the timezone in postgres to whatever ruby thinks the t...
-
5ae7a9d
when the timezone is nil, a TimeWithZone object should not be ...
[RSoC] [WIP] An incoming mail processing microframework in Ruby
It removes ambiguity: proper names have spaces; Ruby module names do not.
Making these tests concrete gives the impression that they're meaningful, which is a distraction and a mental speed bump, whereas simple dummy tests are obviously meant to be replaced.
Library packaging and distribution for Ruby.
Stefan, fixed in be43ad6
-
be43ad6
Support ruby 1.8.7 and 1.9.2 (and development versions)
Encouraging as few interdependencies as reasonable so cherry-picking is cheap and lightweight.
-
1a56548
Single ruby version requirement message
-
acad3ba
Ruby 1.9.1 compat: constant lookup
-
ed61c3b
Remove String#constantize deps
- 1 more commit »
Safari Extension for AutoFilling your OpenID
Norman, are you on 1.9.1 or 1.9.2?
Thanks David and Rodrigo!
Faster string escaping routines for your web apps
Tests were failing; callbacks running at the wrong times. See https://rails.lighthouseapp.com/projects/8994/tickets/2991-after-transaction-patch
-
1b2941c
Temporarily revert "Update after_commit and after_rollback doc...