Skip to content

Instantly share code, notes, and snippets.

@christiannelson
Created May 17, 2010 21:44
Show Gist options
  • Save christiannelson/404268 to your computer and use it in GitHub Desktop.
Save christiannelson/404268 to your computer and use it in GitHub Desktop.
Photo.all.each do |p|
begin
p.image.reprocess!
rescue Exception => e
puts "#{p.image_file_name}: #{e.class} - #{e.message}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment