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...

Read More.. | Filed under | Tags rails

Clearing of Session Data January 26th, 2007

So, you have all these sessions and need to clear them out but are clueless how to do it? It’s actually really simple.

Read the rest of this entry

Read More.. | Filed under | Tags rails