This forum is no longer active. Please post your questions to our new community site
Is mongrel stripped from the 2.1-1 stack?
|
|
I only seem to have WEBrick. The only thing in ../script is ‘rails’, which launches WEBrick. Is mongrels no longer packed in? |
|
|
Hi, mongrel do not support ruby 1.9 yet. You can start the server using thin:
If you are on Linux you can also deply your application using Apache and Passenger which is included in this Stack. You can find more info at http://wiki.bitnami.com/Components/Phusion_Pass… |
|
|
Much appreciated. I haven’t used ruby in some time now and had not realized that. Thanks. |

