Skip to content

Instantly share code, notes, and snippets.

@mitio
Created September 27, 2013 20:07
Show Gist options
  • Save mitio/6734444 to your computer and use it in GitHub Desktop.
Save mitio/6734444 to your computer and use it in GitHub Desktop.
Мигрира структурата на аватарите на потребителите в evans от старата в новата схема за именоване на файлове и след това създава липсващите размери.
cd shared/uploads/photos
find -type f|grep thumb_|while read fn; do \cp -f $fn `echo $fn|cut -d'/' -f 2`/photo.jpg; done
cd ../../../current
bundle exec rake users:photos:recreate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment