I’m building a rails tool that builds custom greasemonkey scripts.
Hint: when the user installs a script, greasemonkey will download the script again from the URL in the location bar, hence losing all parameters from a form post!
Also use:@headers['Content-Type'] = 'text/javascript'
render_without_layout
Add your comment