Open ssr124 opened 11 years ago
Tested this on Ruby 1.9.3 (ruby 1.9.3p327 (2012-11-10 revision 37606) [x86_64-linux]
to be exact) and when browsing to /foo
the output is the following:
main.ctor
main.about
main.ctor
main.about
main.ctor
main.about
main.ctor
main.about
From my point of view this should not be happening but maybe I'm missing something. @manveru can you shed some light on this issue?
Seems that Rack::Cascade is hunting every app for something else than a 404. What I don't get is why it keeps coming back to MainController. Needs more digging.
I'm seeing strange behaviour when running the following piece of code. Ramaze seems to initialize the controller 4 times (and invoke the action 4 times as well!) when a method returns a response via the "respond!" method. Browsing to / shows "main.ctor" and "main.index" messages once in the terminal, but browsing to /foo shows "main.ctor" and "main.foo" 4 times.
ver - 2012.12.08