Hello,

I have a big problem und hoping for your help.

In my application a user should be able to edit an email template file
for himself and send it out e.g. to a customer. (thats the plan).

For that I have created some functionality to edit the template file
and an ActionMailer class with a method called 'createMail'. The user
is editing the template file, saves the file and then he is sending
the mail to the customer. Thats working fine. But now the user is
making changes on the template file and he wants to send it out
again.  And now my problem comes up. The result of createMail() is the
same as it was for the first time. The changes, the user has made in
the template file are not in the created email.

I think that has something to do with caching. Because all is working
well in the development environment but not in production.

Is there anyone who can help. Is there a possibility to force the
system to use the newer version of the template file and not to be
'proud' of an old file.

If I can get any help you will get an invitation to the octoberfest in
munich/bavaria/germany later this year :)

Best regards
Klaus Kohlbauer

infosense gmbh
Infanteriestrasse 19/5
80797 München
Telefon Büro: +49 89 12 11 35 59
Telefon Mobil: +49 173 999 777 9
Email: klaus.kohlba...@infosense.de
Web: www.infosense.de


--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to