shared partials

2008-07-09 Thread Giorgio Clavelli
Hi I was wandering how a partial could be made available to other views and will appreciate if you can give some hint. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, s

Re: Purpose of Heroku in the long run

2008-07-09 Thread jjhall
Thank you guys for the quick responses, they answered exactly what I wanted to know. I'm fairly well versed in the traditional virtual hosting (Apache based) scenarios, as well as in VMware virtual machine usage. Cloud computing is completely new to me so I really appreciate the explanation on h

Re: Purpose of Heroku in the long run

2008-07-09 Thread James Lindenbaum
On Jul 9, 2008, at 10:59 AM, Adam Wiggins wrote: > On Wed, Jul 9, 2008 at 8:49 AM, jjhall <[EMAIL PROTECTED]> wrote: >> > >> Also, on a semi-related (but more off-topic) note, what does a simple >> Rails instance for a small (1-3 person) development team cost to run >> on Amazon's EC2 service? >

Re: where does an external csv file go in Heroku?

2008-07-09 Thread WaterRecMan
I see now that I can talk to a file on my own computer by doing this: require 'csv' controller class stuff... CSV.open("#{RAILS_ROOT}\file_location\filename.csv", 'r') do |row| do stuff... end so the conclusion is, don't need to link external files On Jul 7, 5:02 pm, WaterRecMan <[EMAIL PRO

Re: Purpose of Heroku in the long run

2008-07-09 Thread Adam Wiggins
On Wed, Jul 9, 2008 at 8:49 AM, jjhall <[EMAIL PROTECTED]> wrote: > What I'm more curious about is > once I develop my app, where do I go from there? Will Heroku be > available as a permanent environment for some sort of fee? Heroku as it is today is already a permanent environment. You can (an

Purpose of Heroku in the long run

2008-07-09 Thread jjhall
I just want to see what the long term purpose of Heroku will be. I just signed up to start playing with it, and so far it seems to be a very good development environment. What I'm more curious about is once I develop my app, where do I go from there? Will Heroku be available as a permanent envi