julienbourdeau / debugbar

Powerful devtools for Ruby on Rails. Inspired by the Laravel Debugbar.
https://debugbar.dev
MIT License
487 stars 8 forks source link

Require tag_helper.rb module explicitly #5

Closed julienbourdeau closed 9 months ago

julienbourdeau commented 9 months ago

This should mitigate #2

I'd like to understand why this didn't happen to me. The app/ folder should be added to autoload paths when the engine is loaded. Since this is inside the Engine class, I can understand why you need to require it explictly but didn't I get this error? 🤔