How setup Ruby on Rails Application on Godaddy Hosting!! Need live example!
unfundedPeople succeed in answering modpriest's questions 0% of the time (0 success in 3 attempts).
Answers by: mahesh | twistedandy | Rich Collins
first go to your CGI Administrator pannnel of godaddy of your account.
1> create an rails application directory for your rails application
2>create symbolic link to your rails application
3>run the command in your local command prompts "rake rails:freeze:gems"
edit your all dispatch files by first line as "#!/usr/local/bin/ruby"
4>now upload your rails application to the rails directory created.
5>now u can run your rails application....