webrick
change rails app from webrick to passenger
Need some help moving a rails app from webrick to passenger with apache. Im very new to all this and i cant get it running with passenger. I have tried a bunch of guides and I am not getting any error[详细]
2023-03-22 11:44 分类:问答Ruby On Rails: Error Message When Trying To Start WEBrick
I\'m a TOTAL NEWBIE trying to learn Rails from a Lynda.com Ruby on Rails tutorial. I\'ve got Rails 3.0 installed and Ruby Germs 1.8. Up to this point in the tutorial, I have created a Rails project an[详细]
2023-03-22 02:45 分类:问答Advantages of using Passenger + Apache over Webrick
I want to convince my management that using Apache + passenger setup is way to go on production rather thanhaving webric开发者_Python百科k or mongrel[详细]
2023-03-20 02:55 分类:问答What is the easiest servlet library in ruby?
What framework do you recommand for writing simple web applications in ruby, between WebRick, Mongrel and Sinatra ?[详细]
2023-03-16 11:52 分类:问答rails server (WEbrick) eventually stops logging to stdout on Mac?
If this is a real problem, I\'d expect to find it here or in Google, but I seem to be the only one experiencing it:[详细]
2023-03-15 07:05 分类:问答Rails / Rack / Config.ru
Trying to follow the \"Ruby on Rails 3 Tutorial\" and running rails s, getting the following error: [path]\\config.ru:1 in \'require\': no such file to load 开发者_如何学C-- fake_app[详细]
2023-03-12 23:55 分类:问答How can I use local resources on a server?
How can I use local resources like css, js, png, etc. within a dynamically rendered page using webrick? In other words, how are things like Ruby on Rails linking made to work?I suppose this is one of[详细]
2023-03-11 22:12 分类:问答Rails [3.1.0.rc1] webrick freeze on http 500 error
since I installed rails 3.1.0, when some bugs occur, Webrick freezes for a couple of minutes when some bugs occur (not all bugs, apparently the 500 ones).[详细]
2023-03-10 20:42 分类:问答problem installing webrick / mogrel or any other server for Rails 3
I have tried various installation methods for deploying a WEBrick and mongrel from the terminal.When I enter the rails server command I get the following:[详细]
2023-03-07 15:46 分类:问答Rails Webrick: Configure what directories are watched for changes
At the moment I\'m having to restart the server if I change files in the lib/ and app/helpers/ directories. Is there a way to configure eith开发者_Python百科er Rails or Webrick such that it hotswaps t[详细]
2023-03-07 11:23 分类:问答