After some thought I came to the point where I want to save Apache2 for mod_ruby, eruby and list of other technologies that don''t require creating a application. So I looked to install Webrick on windows just to handle RubyOnRails. I found nothing. There is not any information even in the Webrick readme. The closest I have found was the instructions for insticki. Any help would be appreciated. -- Tesla -
Scott Becker
2005-Aug-18 00:07 UTC
Re: Where are the Webrick on Windows install instructions?
webbrick installs with ruby. you get it running for your ruby on rails application by going to the root directory of your rails app and running "ruby script/server". simple as that! Scott Becker On 8/17/05, Tesla <tesla.nicoli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> After some thought I came to the point where I want to save Apache2 for > mod_ruby, eruby and list of other technologies that don''t require > creating a application. So I looked to install Webrick on windows just > to handle RubyOnRails. I found nothing. There is not any information > even in the Webrick readme. > The closest I have found was the instructions for insticki. > > Any help would be appreciated. > > > -- > > > Tesla - > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Neville Burnell
2005-Aug-18 00:14 UTC
RE: Where are the Webrick on Windows install instructions?
The Ruby "One-Click Installer for Windows" bundles Webrick http://rubyinstaller.rubyforge.org/wiki/wiki.pl Gnomes Guide to Webrick is available here: http://microjet.ath.cx/webrickguide/pdf/pdf_webrick.pdf -----Original Message----- From: rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Tesla Sent: Thursday, 18 August 2005 7:33 AM To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: [Rails] Where are the Webrick on Windows install instructions? After some thought I came to the point where I want to save Apache2 for mod_ruby, eruby and list of other technologies that don''t require creating a application. So I looked to install Webrick on windows just to handle RubyOnRails. I found nothing. There is not any information even in the Webrick readme. The closest I have found was the instructions for insticki. Any help would be appreciated. -- Tesla - _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
Neville Burnell wrote:> The Ruby "One-Click Installer for Windows" bundles Webrick > http://rubyinstaller.rubyforge.org/wiki/wiki.pl > > Gnomes Guide to Webrick is available here: > http://microjet.ath.cx/webrickguide/pdf/pdf_webrick.pdf > > -----Original Message----- > From: rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Tesla > Sent: Thursday, 18 August 2005 7:33 AM > To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: [Rails] Where are the Webrick on Windows install instructions? > > After some thought I came to the point where I want to save Apache2 for > mod_ruby, eruby and list of other technologies that don''t require > creating a application. So I looked to install Webrick on windows just > to handle RubyOnRails. I found nothing. There is not any information > even in the Webrick readme. > The closest I have found was the instructions for insticki. > > Any help would be appreciated. > >Thanks, the Gnome Guide has the info I need. It needs be translated into Windows speak at some points but it''s a good start. Maybe the only start from what I can see :( - I still find it very strange that Webrick is such an intergral part of RubyOnRails development but there is no documentation or mention of its use anywhere on the RubyOnRails documentation site. Even in dozens of tutorials Webrick is one word in a sentence without any follow up instructions for use. -- Tesla -
Neville Burnell wrote:> The Ruby "One-Click Installer for Windows" bundles Webrick > http://rubyinstaller.rubyforge.org/wiki/wiki.pl > > Gnomes Guide to Webrick is available here: > http://microjet.ath.cx/webrickguide/pdf/pdf_webrick.pdf > > -----Original Message----- > From: rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Tesla > Sent: Thursday, 18 August 2005 7:33 AM > To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: [Rails] Where are the Webrick on Windows install instructions? > > After some thought I came to the point where I want to save Apache2 for > mod_ruby, eruby and list of other technologies that don''t require > creating a application. So I looked to install Webrick on windows just > to handle RubyOnRails. I found nothing. There is not any information > even in the Webrick readme. > The closest I have found was the instructions for insticki. > > Any help would be appreciated. > >This is really good info.I think I will convert this Gnome Guide into HTML and put some pages to the Wiki. -- Tesla -