Thanks Lucas. I thought that''s what it might have been when I ran the
unit tests for ActionMailer. I forgot to mention in my post that I had
tried to install iconv, but apparently everything isn''t jiving. The
diff
that you linked to fixed things though.
Now I just have to try and get iconv to be recognized (I''ve tried most
of the items from here
http://wiki.rubyonrails.com/rails/show/Rails%200.11%20Upgrade%20Problems
but maybe I just need to completely reformat ;-)
Thanks again for the reply.
DeLynn
-----Original Message-----
From: Lucas Carlson [mailto:lucas-1eRuzFDw/cg@public.gmane.org]
Sent: Wednesday, March 23, 2005 12:56 PM
To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
Cc: DeLynn Berry
Subject: Re: ActionMailer with Windows?
I was beating my head on this one last night, and with the help of
Michael Schubert, we found out that I didn''t have Ruby''s iconv
library
installed (necessary for the new ActionMailer).
http://dev.rubyonrails.org/ticket/911
So in short, install Ruby''s iconv library.
David has added a rescue to catch this error so that it makes more
sense:
http://dev.rubyonrails.org/changeset/987
-Lucas
http://www.rufy.com/