On Fri, Jun 13, 2008 at 4:04 PM, DyingToLearn <[EMAIL PROTECTED]> wrote: > This might be a naive suggestion, but what if there were a reserved > folder, and everything that my apps saved to that folder got put into > HerokuAssets?
This is a cool idea Paul. My concern would be that it would be a bit of a leaky abstraction, since there's lots of stuff you can do to a filesystem which wouldn't map to an asset store. I guess one question is how often people manipulate assets manually, versus using plugins like attachment_fu or paperclip. If it's the latter, which I'm guessing is the case, then the interface shouldn't matter much if those plugins put the assets in the right place. 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 -~----------~----~----~----~------~----~------~--~---
