jeremy

Jeremy Kemper
37signals
Pasadena, CA
27
4
  • Basic internationalization(i18n) library for Ruby
    Forked from svenfuchs/i18n Sat Aug 23 17:15:39 -0700 2008
    legend
  • Ruby on Rails
    Forked from rails/rails Sat Apr 12 15:30:38 -0700 2008
    legend
  • ruby lang (www.ruby-lang.org) svn mirror
    Forked from juretta/ruby Sat Aug 23 19:02:15 -0700 2008
    legend
  • a fast code profiler for Ruby
    Forked from nitay/ruby-prof Sun Jun 08 13:26:23 -0700 2008
    legend

Following

Public Activity  feed

jeremy committed to rails/rails about 12 hours ago

41efd73887c00ffd228b05d9346ec47a1f3759b9

Revert "Raise UnknownAttributeError when unknown attributes are supplied via mass assignment"

jeremy committed to rails/rails about 12 hours ago

15b1b2b778ce18ff23737b3a0674780d22605fdf

Ruby 1.9 compat: use method_defined? instead of instance_methods.include? Don't encourage args abuse by flattening.

jeremy committed to rails/rails 3 days ago

1156bbc06ce83e97b9202a06f9f9028d771bb1d4

Merge branch 'master' of git@github.com:rails/rails

jeremy committed to rails/rails 3 days ago

cd498e25887cafc5d2b0d427b3f87af9f648aff5

Rescue spurious failures in case dummy postgresql user or schema already exists

jeremy committed to rails/rails 3 days ago

17628ecfce14abf4f9977300e19f3433488e668f

Deprecate %d and %s in message interpolation, but only in the bundled i18n lib.

jeremy commented on duelinmarkers/i18n 3 days ago
Comment in b2adfac:

Think this is actually going to be entirely removed from i18n itself. It should be Rails’ concern.

jeremy committed to rails/rails 3 days ago

f54be2cb3105856dc1fb31afc6c9012a91e53823

Fix transaction exception test

jeremy committed to rails/rails 3 days ago

039d78a7d81c8ac49dcb6ba0304d32af671d56c9

still need to track whether we're the toplevel transaction

jeremy committed to rails/rails 3 days ago

045713ee240fff815edb5962b25d668512649478

PostgreSQL: introduce transaction_active? rather than tracking activity ourselves

jeremy committed to rails/rails 4 days ago

6f932b4790371e548c0df9033da96b2cf8f51dcc

Database connections are now pooled, one pool per #establish_connection call.