search for: run_xul

Displaying 1 result from an estimated 1 matches for "run_xul".

Did you mean: run_all
2006 Jun 10
1
some problems with integrating XUL into Rails
...roblems. The first problem is that I can open local XUL files with Firefox, but cannot open them through Rails/Webrick, Firefox says it does not recognize what it is. I''ve read the cookbookxul experiment and I know I have to play around with content-type, but a contoller action like def run_xul response.headers["content-type"]="application/vnd.mozilla.xul+xml" render_text ''<script> window.open ("c:\test.xul","","chrome,resizable");</script>'' end still does not work. I also added the meta-http conte...