Hello, I am using a iphone optimized version of my Rails app as explained here : http://www.railspikes.com/2007/11/8/iphone-subdomains-with-rails Everything is going well, the only problem that I have is with caching. Because Rails is caching iphone format with the extension .html, that does not allow me to cache these files without destroy the regular version of the website. To say it differently : Cache_pages work using the url and with different formats but the same url that does not work. Would someone have any idea of a solution ? Thank you very much, Pierre --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
Pierre Valade
2008-Feb-11 16:14 UTC
Re: Cache_pages with different formats but the same url
I went in caching.rb and change line 150 #request.path request.host + request.path then adapt your apache conf. to serve the good cache files depending on the virtualhost Pierre On Feb 11, 1:06 pm, Pierre Valade <pierre.val...@gmail.com> wrote:> Hello, > > I am using a iphone optimized version of my Rails app as explained > here > :http://www.railspikes.com/2007/11/8/iphone-subdomains-with-rails > > Everything is going well, the only problem that I have is with > caching. > > Because Rails is caching iphone format with the extension .html, that > does not allow me to cache these files without destroy the regular > version of the website. > > To say it differently : Cache_pages work using the url and with > different formats but the same url that does not work. > > Would someone have any idea of a solution ? > > Thank you very much, > > Pierre--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---