I want to use the fleximage gem and s3 for storage, but don't want dev/qa/test env's to use s3

Posted by Kevin Bedell on Stack Overflow See other posts from Stack Overflow or by Kevin Bedell
Published on 2010-03-17T14:59:39Z Indexed on 2010/03/17 15:01 UTC
Read the original article Hit count: 270

Filed under:
|
|

I have a rails app that I'm going to host on engineyard and want to store image files on s3.

But I don't know if I want all developer machines to beusing s3 for storage of all our test and dev images. Maybe it's not an issue -- but it seems like a waste to have everyone storing all our images in s3.

I've heard of some ppl who store images on s3 'hacking' dev environments to store images locally on the file system -- and then using s3 in prod only.

What are other people doing?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about as3