How to make Phusion Passenger run in development mode
Tuesday, 3. March 2009, 04:37:58
Simply add this to your virtual host configuration file
so it may looks like this
don't forget to restart your Apache.
RailsEnv development
so it may looks like this
<VirtualHost *> ServerName example.com DocumentRoot /home/yourname/htdocs/example.com/public RailsEnv development </VirtualHost>
don't forget to restart your Apache.

