before the moans and groans, my client is using Godaddy to host his rails app. I have managed to get the app working for him, but Godaddy uses a sym link to point to the app which appends the root of the website ex.
www.yoursite.com/myrailsapp
I have tried putting this in the environment.rb
Basically all the links is suppose to work like this:
www.yoursite.com/link1
but instead it becomes:
www.yoursite.com/myrailsapp/link1
Is there any way to get the RAILS_ROOT to point at the actual rails root app directory?