Okay, here's the deal there. Heroku normally will automagically find this stuff, but sometimes it can take a couple minutes for mongrel to restart and pick up everything anew. Just make a simple edit to your routes.rb, and that will force mongrel to restart. Just add or remove a space/newline somewhere.
Good luck! On Thu, Apr 24, 2008 at 2:13 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I noticed that there is some lag time between the time a controller is > created and when it can be accessed. > After about 5 minutes I tried again and I was able to access my > controller. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
