hello would you please advise anyone to set Ruby on rails in netbiens? --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Tue, Apr 14, 2009 at 3:33 PM, gisat <gisat.cz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > hello would you please advise anyone to set Ruby on rails in netbiens?Just download the one that has it included already, pick the one that has "Ruby": http://www.netbeans.org/downloads/index.html -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 ------------------------------------------------------------------------------------- On 14 Dub, 23:04, Greg Donald <gdon...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Tue, Apr 14, 2009 at 3:33 PM, gisat <gisat...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > hello would you please advise anyone to set Ruby on rails in netbiens? > > Just download the one that has it included already, pick the one that > has "Ruby": > > http://www.netbeans.org/downloads/index.html > > -- > Greg Donaldhttp://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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Tue, Apr 14, 2009 at 4:27 PM, gisat <gisat.cz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 adviceYou 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
thank you for the advice, it works On 14 Dub, 23:30, Greg Donald <gdon...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Tue, Apr 14, 2009 at 4:27 PM, gisat <gisat...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 tohttp://localhost:3000/. > > -- > Greg Donaldhttp://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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---