Is there a way to restart the Rails app (e.g. when you\'ve changed a plugin/config file) while Mongrel is running. Or alternatively quickly restart Mongrel. Mongrel gives th
You can add the -c option if the config for your app's cluster is elsewhere:
mongrel_rails cluster::restart -c /path/to/config