> did you try relaying on the request type per se, > without the .js on the url?
Taking the .js off the url just triggers the html response. I can append the url with the query string /?format=js (as if i had written "link_to resource_path(@resource), :format => js") but I run into the same problem. Instead of asking to download/run a file called "resource.js" it just asks to download/run a file called "resource." This does make me thing it's a header problem with IE, but I'm still pretty confused about it. -- 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 -~----------~----~----~----~------~----~------~--~---

