[Rails] Re: Merb configuration options in rails3

2010-08-13 Thread arai
While your alias suggestion is cute, it's not exactly what I had in mind. My organization has a dev server that runs nginx on port 80 and reverse proxies to multiple merb and rails instances at higher ports (100XX) on the same box. Not all of these instances are always running at the same time,

[Rails] Re: Merb configuration options in rails3

2010-08-11 Thread Robert Walker
arai wrote: As much fun as it is to type rails s thin -p 1234, I'd rather just use rails s, or even merb. I've spent hours digging through google and various documentation projects trying to figure this out, how can I do this in rails3? Add to ~/.profile (or similar):