Skip to content

Instantly share code, notes, and snippets.

@zenmatt
Created May 27, 2010 16:56
Show Gist options
  • Save zenmatt/416046 to your computer and use it in GitHub Desktop.
Save zenmatt/416046 to your computer and use it in GitHub Desktop.
def things_I_tried
# didn't work
render :js => "alert('sucks')"
render :text => "<script>alert('blah')</script>;", :content_type => "text/javascript"
# worked
javascript_tag("alert('ftw')")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment