views:

15

answers:

1

Hi dear stackers,

I'd like to debug my app step-by-step to see what happens AFTER the form submission (only via POST).

The problem is the URL after submission is the same than the one before, and I do not know any way to tell the debugger to wait for the submission of the form...

Any ideas ? Thanks in advance !

+1  A: 

Take a look at the Guides of Ruby on Rails, there is a description how to debug rails:

http://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-ruby-debug

jigfox
thanks, exactly what I needed :)
Rolf