Will Koehler
Results
2
issues of
Will Koehler
I'm seeing a performance regression in development mode between v2.1.3 and v2.1.4. The symptom is the render time for layouts/application increased from 14msec in v2.1.3 to 250msec in v2.1.4. Setting...
I've made this change locally. But I think it could go in the public gem. I'm using `ActiveSupport::TaggedLogging` in Rails to include log tags like this: ```ruby # This is...