You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to webrat
I am upgrading a Rails 2.3.5 app to Rails 3 via Rails 2.3.8.
Currently, I am trying to finish up porting my tests to work with
Rails 2.3.8. Unfortunately, Webrat seems to be eating those flash
messages that are set in the application that should appear after re-
direct. An interesting fact is that if you use flash.now and do not
redirect then the flash messages are correctly kept.
I suspect Webrat is getting confused because of the rails_xss plugin
that I have for achieving the Rails 3 compatibility?