check_debug_code 0.1.1
The CheckDebugCode gem searches for debug code like 'console.log' in your Rails project every time a request is made. It outputs the filenames containing the debug code to the browser console, view footer, and Rails logs. This helps developers ensure that debug statements are removed from production code.