Debugging Javascript in Capybara feature specs can be challenging (to say the least), because AFAIK you can't drop 'debugger' into your javascript and run the code and be debugging in Chrome. However, I learned today you can do a little fancy footwork to be able...
Read More