Skip to content

Instantly share code, notes, and snippets.

@apotonick
Created June 5, 2015 01:55
Show Gist options
  • Save apotonick/65a254432d40288819ec to your computer and use it in GitHub Desktop.
Save apotonick/65a254432d40288819ec to your computer and use it in GitHub Desktop.
Thoughts about output buffers
problem is that in capture, we need access to the output buffer, and that only works via an instance variable, as when we call capture in the view, it goes back to the cell, but doesn't "pass" us the current output buffer or the current template.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment