On Fri, Dec 18, 2009 at 7:17 AM, iamjediknight <[email protected]> wrote:
> I have a rails app that reads liquid templates off the filesystem, as
> well as content (i.e. images, html, etc.).   So will I need to store
> those via Amazon S3?   Is there another way to store content?

Assuming these things (templates, images) are in your Git repository
and you're only reading them, that will work fine.  The only time you
can't use the filesystem is for writes, such as storing images or pdfs
uploaded by your users.  For that you should use S3.

Adam

--

You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.


Reply via email to