bellycard / napa

A simple framework for building APIs with Grape
Other
329 stars 72 forks source link

Fixing Honeybadger rake tasks requiring #184

Closed brandonweiss closed 9 years ago

brandonweiss commented 9 years ago

It looks like the RakeHandler was removed from honeybadger-ruby in 2.x in favor of native requiring in Rails. Outside of Rails you just have to manually require the tasks.

shaqq commented 9 years ago

we should probably wait to add this until we upgrade the honeybadger gem, as well as other gems.

but good catch!