-
Notifications
You must be signed in to change notification settings - Fork 0
Home
jspooner edited this page Feb 3, 2012
·
4 revisions
TODO
-
Save EXIF data about photos. http://stackoverflow.com/questions/7047183/how-to-set-an-attribute-for-a-model-instance-in-a-paperclip-post-process-callbac
-
deploy:build_missing_paperclip_styles
namespace :deploy do desc "build missing paperclip styles" task :build_missing_paperclip_styles, :roles => :app do run "cd #{release_path}; RAILS_ENV=production bundle exec rake paperclip:refresh:missing_styles" end end
after("deploy:update_code", "deploy:build_missing_paperclip_styles")