My Scattered Techie Notes

while mastering the firebending

How to make Phusion Passenger run in development mode

, , , , ,

Simply add this to your virtual host configuration file

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.

Enabling Atheros AR5007 Based Wireless on Ubuntu 8.04Undo that SVN rm

Comments

Unregistered user Monday, September 7, 2009 6:13:09 AM

chetanM writes: Cool thankx

Unregistered user Thursday, November 12, 2009 4:05:03 PM

Anonymous writes: Thanks man. Totally worked

Unregistered user Friday, December 17, 2010 10:00:48 PM

Aaroncrunch writes: Cheers for the easy fix!

Unregistered user Friday, September 9, 2011 12:00:19 AM

emil writes: Awesome, thanks!

Unregistered user Saturday, September 17, 2011 12:47:15 PM

kk writes: thx, was helpfull for me

Unregistered user Thursday, February 2, 2012 10:30:50 AM

Krishnan writes: Its really awesome buddy :)

Write a comment

New comments have been disabled for this post.