Deploying a Ruby application to a server

I have a Ruby application that I need to deploy through a server so it
can be accessed by a phone. What method would you good people recommend?

I have been successful using rack and heroku.

http://rack.rubyforge.org/

Good luck