peek-rblineprof icon indicating copy to clipboard operation
peek-rblineprof copied to clipboard

Peek into how much each line of your Rails application takes throughout a request.

Results 5 peek-rblineprof issues
Sort by recently updated
recently updated
newest added

Hi there, thanks for this wonderful gem this pull requests adds 2 features to it 1) respects current page's url params. Until now page params were discarder(they were ignored when...

First of all, thanks for the effort in this gem. Take a look at the following SS: ![image](https://user-images.githubusercontent.com/743879/33424337-b0c873c0-d5a2-11e7-87b0-28570f6a66e2.png) I'll try to describe what I think the incorrect behavior is (please...

I use [Rouge](https://github.com/jayferd/rouge) in my Rails app so instead of installing Python and the pygments gem I forked the lib and added support for Rouge. It also makes the `controller_helpers.rb`...

It would be great to be able to set custom classes for [the 'code' element](https://github.com/peek/peek-rblineprof/blob/8d3b7a283a27de2f40abda45974516693d882258/lib/peek/rblineprof/controller_helpers.rb#L125). For instance, in our case, we'd like to set the `white` class to define the...

A simple (x) close button for hiding the overlays would be great. Right now they stay on top and I have no way to close them except doing a refresh...