sifting through the thoughts in my mind
Copyright Michael D'Auria © 2008
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
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 More.. | Filed under | Tags rails