I\'m running Rails 3 with Apache and Passenger. Ever since I switched from Mongrel to Passenger I find that I have to restart Apache every single time I change my code. Is t
You can also use passenger by itself in development using the standalone mode. From your project directory, type
passenger start