[Rails] Re: How to keep the rails server always ON?

2011-08-04 Thread Rubyist Rohit
Is this a command that I have to type in the command prompt? I am using Windows 7. -- Posted via http://www.ruby-forum.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

Re: [Rails] Re: How to keep the rails server always ON?

2011-08-04 Thread Sayuj Othayoth
hey Rubyist, those are web servers. You need to configure the web server. - sayuj On Thu, Aug 4, 2011 at 12:28 PM, Rubyist Rohit li...@ruby-forum.com wrote: Is this a command that I have to type in the command prompt? I am using Windows 7. -- Posted via http://www.ruby-forum.com/. -- You

Re: [Rails] Re: How to keep the rails server always ON?

2011-08-04 Thread Chris Kottom
Webrick is the default web server that runs when you type rails server. When you're running it in development mode, it will reload any code changes that you might happen to make on each request, but it won't be able to pick up changes to configuration files and Ruby gems that are loaded only at