jeremy

Jeremy Kemper
37signals
Pasadena, CA
Ruby on Rails
Forked from rails/rails about 1 month ago
legend

Following

Public Activity  feed

jeremy committed to rails 2 days ago

1b0128c5413ace12dee45e9db328cff866a5bb06

Don't rely on association proxying object_id. [#225 state:resolved]

jeremy committed to rails 2 days ago
jeremy committed to rails 2 days ago

b43309328a4a4c1f6fda6db40a4a86a3c8d643fc

Ruby 1.9 compat: ensure binary encoding for post body parsing

jeremy committed to rails 2 days ago

b5c8433a6f7f869bfcd2001f8c3c4660716e873b

Ruby 1.9 compat: qualify module name within module_evaled block

jeremy committed to rails 2 days ago

2b6bec5cdd84c4ba65cbe99ae48697d977ae9491

Workaround missing Test::Unit::TestCase::PASSTHROUGH_EXCEPTIONS in Ruby < 1.8.6. [#224 state:resolved]

jeremy commented on rails/rails 8 days ago
Comment in 4a07103:

If this is a concern, you d…

jeremy committed to rails 9 days ago

cde6a259bf46cdaf1f2fe5fdeb84478ca8fc3046

Simpler rescue_action condition

jeremy committed to rails 9 days ago

f2e4bf218f95ab279e1a1527c37115faf65ac283

Use #duplicable? instead of anonymous rescue

jeremy committed to rails 9 days ago

828914a062d3fd6cd51ebd3881acea11eede45cc

Ruby 1.9 compat: define __setobj__ for Delegator