Angel

Results 10 comments of Angel

Any idea? Sorry but i can't get it to work and i'm run out of ideas.

I've double check it, but still running 0 examples. Also I've created an engine form strach and set up a very basic test, in order to check if the problem...

Found it! The issue was that the spec was written with arrow functions. If it is re-write to old plain js it runs as expected. I've managed to test es6...

@waltjones thanks! adding a documented interface for disabling this would be amazing. In the mean time, I've abstracted like: ```ruby class ApplicationController < ActionController::Base ... def do_not_injet_rollbar_js request.env['rollbar.js_is_injected'] = true...

Hi @udalmik did you mange to solve it?

Hi @artofhuman, My first approach was to start updating this code, but after a while of struggling I dropped it in favor of a more simple KISS. To be honest,...

No problem at all! thanks. As you mentioned before, I will also moved CI to Github actions.

I've done PR with a quick fix for this bug. Also i've added the respective test.