espen / balder

Balder - Open source Ruby on Rails photo gallery
http://balderapp.com
MIT License
263 stars 97 forks source link

S3 and Balder - Not on Heroku #30

Closed sethgitner closed 10 years ago

sethgitner commented 12 years ago

I was able to get balder to upload to aws -- by changing the s3.rb file to carrierwave.rb and using the info that carrierwave asks you to use

I also used carrierwave 0.5.7

now it works -- but I need to figure out how to get the s3 absolute url the app thinks the files are local.

thx

sg

espen commented 12 years ago

Using a newer version of Carrierwave might break things in Balder yeah. I should have pinned the version. I will test out with the latest Carrierwave version and upgrade the syntax if needed.