howto: Basic setup of carrierwave [Heroku and S3]
问题 I have an S3 bucket for production and development. I have done my research and came across this post but my current config does not work as expected. I get the following exception (below) locally and I get no file uploads to my S3 bucket from my heroku app: is not a recognized storage provider Extracted source (around line #3): 1: 2: <p><%= user.name %></p> 3: <%= image_tag user.avatar.url %> 4: <%= link_to 'Show', user %> 5: <%= link_to 'Edit', edit_user_path(user) %> 6: <%= link_to