brynary / rack-bug

Debugging toolbar for Rack applications implemented as middleware
MIT License
1.08k stars 104 forks source link

Toolbar not displayed after redirection is intercepted. #9

Closed oggy closed 14 years ago

oggy commented 15 years ago

Seems like the toolbar should be displayed when a redirection is intercepted. In fact, the specs say it should, but don't actually test that. Fix here:

http://github.com/oggy/rack-bug/tree/master

jmonteiro commented 15 years ago

+1

lukemelia commented 14 years ago

oggy's change was incorporated into 0.3.0. Thanks!