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

fix enable button for spree #39

Closed puckbag closed 9 years ago

puckbag commented 9 years ago

Possible solution for resolving #38

Disclaimer: Ruby newbie so take it for what it is.

pboling commented 9 years ago

Well, it passed travis, so hopefully it doesn't break rails 3.2 compatibility. Will check tomorrow.

ezr-ondrej commented 9 years ago

But this wont work on nothing but rails, right? I ment this gem should not be rails dependant

pboling commented 9 years ago

That is absolutely the goal. Should work on vanilla rack and any rack based framework. I just don't have much spare development time at the moment.

pboling commented 9 years ago

@phoenixek12 - I have rewritten the enable button class entirely, and released a new version of the gem, 0.6.2. ALL of the specs in the gem are written against a Sinatra setup, so the gem is absolutely not Rails dependent.