I think, technically, you might be able to accomplish this but it would have to be within the Rails folder structure somewhere. Heroku sandboxes you (for good, obvious reasons) to your app install structure. If you could get the files via HTTP and replicate them locally, you could probably build something out under the /db structure. I'd go with S3 directly, though, if I were in your shoes because then you could do advanced file manipulation without having to execute ruby code through the Heroku console, which could prove to be prohibitive.
On Dec 1, 5:30 pm, Steve Hayes <[EMAIL PROTECTED]> wrote: > I have an application which performs analysis on other Rails > applications. To do this in development I clone the appropriate git > repository to local disk and then run the analysis agains the clone. > So I need a target space that has the characteristics of local file > systems - something like EBS rather than S3. Is this possible in > Heroku? What access do I have to the file system outside the Rails > directories and/or EBS? > > Regards, > Steve Hayes --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
