Well, from the log as far as i could tell: it was no where in MY code, but everything in rails code. So it seemed there was no easy way for me to interfere easily.
But luckily, as is often the case, the problem/bug was a stupid mistake. My class is called EnvelopesController, and what did i want to do with my envelopes? send them! Alas, defining a such-named method will cause terrible havoc! :D Stupid-stupid-stupid :) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

