On Thu, Nov 20, 2008 at 12:14 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Sweet man, thanks!! > > SO I did the right thing by removing the :3000 on my domain in the rb > files? >
The urls in the config file are for writing urls in a certain part of the app. If you are running dev mode on port 80, then removing it is the right thing to do. But you should be running in prod mode on port 80, and dev mode on port 3000. Try reading a tutorial on rails to see how it works. Does anyone know a good one? steve --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lovd by Less" 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/lovdbyless?hl=en Who loves ya baby? -~----------~----~----~----~------~----~------~--~---
