Welcome Guest | Login

newbie ?: seeing code changes without restarting webrick or mongrel?

I thought by default the server (webrick / mongrel) are configured to always reload file so that changes in files are always shown...

however tonight (first night ever trying to code RoR) I ended up having to start / restart server using both webrick and mongrel to show changes I was making...

Any way to force server to always reload?

Thanks in advance,
John

2008-04-22 09:38 PM

You need to restart your Mongrel instance after you make any changes to your app. It won't reload automatically.

2008-04-23 02:48 AM


Hello Guest! In order to post you must be an active client with us, please log in or sign up today!