peritor / happening

An EventMachine based S3 client
Other
145 stars 21 forks source link

Only load needed ActiveSupport extensions #3

Closed paulhammond closed 13 years ago

paulhammond commented 13 years ago

I'm using happening in an small app that doesn't have any other dependencies on ActiveSupport. To load activesupport/core_ext in the latest ActiveSupport means including the whole of I18n and possibly other gems, which seemed like a lot of code.

This change only includes the ActiveSupport extensions that are actually used in happening.