When I issue the command: rake paperclip:refresh:missing_styles, a file is generated in /public/system/paperclip_attachments.yml by Paperclip 3 (using Rails 3). What I’m wondering is would it be better to included or exclude this file from Git commits?
When I issue the command: rake paperclip:refresh:missing_styles , a file is generated in /public/system/paperclip_attachments.yml
Share
You can leave it out, as it’s created when running
rake paperclip:refresh:missing_styles. A typical scenario is to run the command on the production server when deploying with Capistrano.