Skip to content

Instantly share code, notes, and snippets.

@udzura
Created November 11, 2009 09:02
Show Gist options
  • Select an option

  • Save udzura/231799 to your computer and use it in GitHub Desktop.

Select an option

Save udzura/231799 to your computer and use it in GitHub Desktop.
page << "document.write(\"#{
content_tag(:link,
nil,
:rel => "stylesheet", :type => "text/css",
:href => url_for(:controller => :stylesheets, :action => :default, :format => :css)).gsub(/["']/, '\\"')
}\");"
page << "document.write(\"#{
render(:partial => 'members/part_show.html.erb').gsub(/\n/, '\\n').gsub(/"/, '\\"')
}\");"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment