I am migrating from Rails 3.0 to 3.2.
I have an error when I try to render a page using just this little stacktrace:
SystemStackError in UserController
The magazine is not detailed.
This problem occurs in callbacks: this is dynamic code, and it is difficult to debug.
Do you know tools or methods that will help me debug and find the source of this problem?
Thanks!
EDIT:
Is there a way in Ruby / RoR to list all methods called as a list?
debugging ruby ruby-on-rails
barbacan
source share