I was debugging a form using Cucumber and was momentarily confused when I ran webrat’s “show me the page”.
I’d added data to text fields, selected options in drop-downs, etc, but none of it showed up.
“Show me the page” only dumps the source the server returned as the last response. It doesn’t show any form data [...]