pboling / rack-insight

Debugging toolbar for Rack applications implemented as middleware
http://railsbling.com/retired_projects/rack-insight/
MIT License
151 stars 22 forks source link

Remove log output when redis isn't loaded #42

Closed garethrees closed 9 years ago

garethrees commented 9 years ago

d3cfc5a76 introduced a warn statement that prints when redis is not available.

This gets printed whenever the rails environment gets loaded (so, rails s, rails c,rake`, etc) which is a bit annoying. The output also broke some specs in a project that was checking the stdout of some of our scripts.

@pboling suggested there's a better implementation in http://git.io/vfGPX

garethrees commented 9 years ago

Cheers! Would be great if you could make a new point release on rubygems

pboling commented 9 years ago

@garethrees Released into the series of tubes. I also added a HEAD section to the change log. Feel free to add to it in PRs. :+1:

garethrees commented 9 years ago

:cake: Thanks! Much appreciated.