kdaigle / hookable

A simple app that accepts and stores webhook deliveries.
MIT License
23 stars 9 forks source link

Require all of activesupport. #2

Closed parkr closed 8 years ago

parkr commented 8 years ago

Fixes https://github.com/kdaigle/hookable/issues/1

@kdaigle, this seems to have fixed the activesupport loading issue. It appears that loading core extensions (as mongomapper does) requires that you require the entire gem first (source: https://github.com/rails/rails/issues/14664#issuecomment-40191673).

Can't confirm that all runs perfectly, however, because my instance isn't able to authenticate with my MongoLab instance, though I can just fine via the mongo shell. Curious!