Richlewis
Richlewis

Reputation: 15374

Deploy a Ruby on Rails website

i would like to deploy my ruby on rails website. I am using rails 3.2 and ruby 1.9.3, so have the assets pipeline feature. What i would like to know is who offers the most complete hosting package ( or easiest as I am new to rails). I don't mind paying for a package or trying a free one, just as long as its idiot proof :).

Any advice helpful as I would like to get this uploaded for a client

Upvotes: 0

Views: 166

Answers (1)

Spyros
Spyros

Reputation: 48616

Heroku is pretty much today's standard for deploying Rails app, if you are into paying for it.

I would personally recommend to deploy in your own server if possible. It's much more versatile and not difficult at all. You could also make the procedure more efficient by using a tool like capistrano, which i highly recommend.

Upvotes: 1

Related Questions