InstantRails 1.4 with Mongrel issues on reload.

Do you have the Mongrel config for your Rails app set to use "development" mode?

You cans still use WEBrick, if you like. There's no GUI button for it, but you can open a console window and run "ruby script\server" from your app's root directory.

Curt