Skip to content

Instantly share code, notes, and snippets.

@barunthapa
Created July 22, 2013 09:53
Show Gist options
  • Save barunthapa/6052700 to your computer and use it in GitHub Desktop.
Save barunthapa/6052700 to your computer and use it in GitHub Desktop.
Bad sliced sheets
CSV.open("bad_sliced_sheets_22july.csv", "w") do |csv|
csv << ['Sheet Id', 'Sheet url']
Sheet.bad_sliced.each do |sheet|
csv << [sheet.id, sheet.image_url]
print '.'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment