Skip to content

Instantly share code, notes, and snippets.

@rubys
Created June 18, 2013 00:48
Show Gist options
  • Save rubys/5801817 to your computer and use it in GitHub Desktop.
Save rubys/5801817 to your computer and use it in GitHub Desktop.
live stream hang failure
xml.products do
@products.each do |product|
xml.product do
xml.title product.title
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment