Displaying 1 result from an estimated 1 matches for "cookbookxul".
Did you mean:
cookbooxul
2006 Jun 10
1
some problems with integrating XUL into Rails
Dear Friends,
I started integrating XUL into Rails, however, I have some problems.
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,...