How can I store Rails uploads on a remote server (and not a common cloud host)?
- by joshee
I would like to store uploads from a Rails application on a different server than my application server. I want to keep costs to a minimum and host this other server in-house.
I am planning to use Carrierwave for uploads. It seems Carrierwave interfaces with Fog for remote hosts. Is there a way I could set the other server to act as a Fog provider? How would I go about this setup?
Or, is there some better and easier way to go about all this?