Activity
Posted in File Uploads with Refile Discussion
If you are using the built in support for S3, it appears that you set that up in the initializer for refile:
# config/initializers/refile.rb
But what if you only want to use S3 in production, and the filesystem in dev and test? Is there a way to move this config to the environment level? For example, with Paperclip, the config to use AWS is here when you only want it in production:
# config/production.rb