@Michael: I'll give this a shot soon and let you know what happens. @Dave: I was looking for the output on the screen of the server. Should I look somewhere else?
I'd have to post the entire controller to show you this, but when I included my begin-rescue-ensure block (with the criminal if statement at the top of the begin block), the error still happens, but not until the ensure block..even though the params hash is referenced multiple times before then. I can post the whole controller if that would be helpful, but in any case, I'll see what happens with a raise statement in the criminal if. Let me know if you have any other suggestions. JS Michael Pavling wrote in post #1022225: > On 15 September 2011 22:42, Jonathan S. <[email protected]> wrote: >> Any ideas? > > Are you *sure* the "if" is not getting run through? Change the "puts" > to a "raise"... -- Posted via http://www.ruby-forum.com/. -- 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.

