In Rails 2, if I used an url in a plain text message it was sent as is, but it seems to be changed in Rails 3.

The url http://ab.cd/ef?g=1&h=2 seems to be now translated to http://ab.cd/ef?g=1&h=2 even if the message is plain text.

Is it correct? I've written my tests previously considering it should not be encoded in plain text messages and these tests are failing when I'm trying to upgrade my application to Rails 3...

Thanks in advance,

Rodrigo.

--
You received this message because you are subscribed to the Google Groups "Ruby on 
Rails: Core" 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-core?hl=en.

Reply via email to