mindsifter

sifting through the thoughts in my mind
Copyright Michael D'Auria © 2008

Categories

Bookmarks

Multiple Rails Apps, 1 Domain December 5th, 2007

For development I have been using a VM these days with a web server hosting multiple apps under the same VHost via different directories. What i need to use what this under my 'config/development.rb' files:


ActionController::AbstractRequest.relative_root_url = '/app'

Hope this saves some people time...

Sorry, comments are closed for this article.