DEV Community

Discussion on: Update on Ruby and Rails learning experience

Collapse
 
rhymes profile image
rhymes • Edited

Hi Christine, thanks for the update!

I think being derailed is perfectly normal, one can't be in the zone constantly :-D

I googled the error a bit but I didn't find a clear answer, I have a question though: why are you using a profiler on production :) ?

Collapse
 
cseeman profile image
christine

This is just my local dev environment that is running into the issue. I believe the profiler is just used in my local procfile for foreman.

Collapse
 
rhymes profile image
rhymes

Oh! Sorry I thought you had the issue on your actual blog :-)

The fact is not an error you can generate on command makes it harder to debug but you should probably wait for the next crash (I know :D) and then open an issue to rack-mini-profiler with the traceback, which I assume is logged on the console.

Does it make sense?

Thread Thread
 
cseeman profile image
christine

Yep, thanks to the advice.