when moving app to prod server, do you need to reinstall?

You'll want to learn about Capistrano. Start here:

http://wiki.rubyonrails.com/rails/pages/Capistrano

Deployment is, at its simplest, a copy. More often you want to do other stuff. Capistrano is the way to do that stuff.

Jacquie Fan wrote: