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
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
I want to convince my management that using Apache + passenger setup is way to go on production rather thanhaving webric开发者_Python百科k or mongrel
What framework do you recommand for writing simple web applications in ruby, between WebRick, Mongrel and Sinatra ?
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:
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
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
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).
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:
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