You've not picked the easiest combination: obsolete and no longer maintained ruby and rails versions (in particular that rails version has remote code execution vulnerabilities - at least pick the latest 2.3.x version) and a less common development platform.
Assuming you're deploying to a linux type environment then passenger, unicorn and puma are some of the common choices. I think these all still support rails 2.3.x but I could be wrong. If heroku still supports rails 2.3.x then that is an easy way to host a rails app.
If you do the hosting on your own (as opposed to heroku) then capistrano is a commonly used deployment mechanism.
Fred
Hi everyone,I am new to ruby on rails, I have developed rails application in rails-2.3.8,ruby-1.9.2,mysql, wamp server with windowsxp platform,can anyone help me how to deploy it and also tell me how to host it after deployed?