Hi,
I updated to rails 2.0.2 and to the latest version of GLobalize as well. Since then PDF-templates rendered with RFPdf do not render as PDF anymore, but just like text.
If found out why as well:
Globalize redefines the ActionView::Base.path_and_extension() method with the comment 'original version is too minimalist'.
Deactivating this override method however fixes my problem.
Can anyone tell me why this override was done? In other words, what goes wrong if it is deactivated? As far as I can see until now every stays fine.
Thanks.