OK, Let me try to answer your question. On Mon, May 17, 2010 at 17:34, radu puspana <[email protected]> wrote:
> Hey guys, thx for talking your time to answer this post, i much > appreciate it. > > 1. is dev in rails under windows a great idea.i can think of 10000 > reasons, i know, bu i can;t install linux on my PC, for now at least. > the compamy that i am working for wants me to install all of the > programs i need to develop a free lancer site, like this one > http://www.bestjobs.ro/(if <http://www.bestjobs.ro/%28if> u look at the > right upper corner, you'll > see a language selection bar) > So the question is : Can i develop somethig similar without any > problems of all kind, but especially security reasons, in rails under > windows?? > Yes, it is possible to develop rails applications under Windows system. And I'm doing it in this way on my PC.(Although I also have a MBP and I feel even more grate to work on Mac...) > > 2.when i go in my app folder and type in the cmd the commnad ruby > script/server, Webrick starts, but when i type the adress of the app > server http://0.0.0.0.3000 Firefox gives an error saying that > THE CONNECTION TO THE SERVER WAS REINITIALIZED WHILE THE PAGE LOADED > Well you try the URL http://0.0.0.0:3000 or maybe http://localhost:3000 Maybe you need to check your browser proxy setting to bypass the localhost address with proxy. > > Any ideas?? > > thx a million times in advance, > radu > > -- > 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]<rubyonrails-talk%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- 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.

