On Oct 20, 11:18 am, Jeff Schmitz <[email protected]> wrote: > Another question would be does Heroku need anything written to the rails > log? Would your patch cause Herkou any issues?
I would think not as Heroku is more "rack" focused and Rails is just a framework that can run on "rack". That being said there is some special mojo for Rails (such as setting up the database connection, ActionMailer, etc). So the only real way to know is to test. I will be developing this concept and testing it shortly so will report back what I find. Eric -- 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.
