Alex Wayne wrote:
> Once again, IE has caused me hours of pain, when all other browsers 
> performed flawlessly.  Grumble... humbug... grrr...

I just ran into this same issue, and found your post and solution 
through some Googling. Thanks. I notice that Rails 2.2 explicitly turns 
off the HTTP accept header by default now:

<SNIP>
The HTTP Accept header is disabled by default now. You should prefer the 
use of formatted URLs (such as /customers/1.xml) to indicate the format 
that you want. If you need the Accept headers, you can turn them back on 
with config.action_controller.user_accept_header = true.
</SNIP>

See:
http://rails.lighthouseapp.com/projects/8994/tickets/1053-removed-http-header-accept-by-default

This seems to be promoting URLs that are not "cool" 
(http://www.w3.org/Provider/Style/URI) by requiring the format (.html, 
.xml, etc) as an extension. That kind of stinks......
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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 [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-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to