Skip to content

Instantly share code, notes, and snippets.

@Sutto
Forked from benhoskings/barista please.rb
Created November 25, 2010 05:31
Show Gist options
  • Save Sutto/714954 to your computer and use it in GitHub Desktop.
Save Sutto/714954 to your computer and use it in GitHub Desktop.
# i'd like this
%article omg
= render partial: 'omg.coffee'
# to result in this
<article>
omg
</article>
<script type='text/javascript'>
//<![CDATA[
(function(){
omg("!!!");
})();
//]]>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment