On Tue, Apr 14, 2009 at 4:27 PM, gisat <[email protected]> wrote: > > I have downloaded it. But if i write a project, and I want to try it > so I will not show my result. But there is just a warning about the > error, i tried to program a web page and there was an error message, > I have installed on my computer apache too, it may be that? > Thank you in advance for any advice
You right click on the project and choose "run" to start a server. The default is webrick but it will run mongrel if you have it installed. When it runs (it takes a few seconds to start) it will open your browser to http://localhost:3000/. -- Greg Donald http://destiney.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

