up vote 1 down vote favorite
share [g+] share [fb]

Any recommendations of a recent tutorial, or guide, on uploading Rails applications to a (gs) rails container?

I've followed a couple tutorials already, both of which haven't worked.

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

I used the mt-capistrano gem (from MT) and used this tutorial. It worked just fine for me.

link|improve this answer
That's fairly out of date though. I've already had loads of difficulty implementing that method. Are you using the latest versions of rails, capistrano, etc? – Clayton Bellmor Feb 3 '09 at 19:54
I'm using Rails 2.1 and Capistrano 2.5 with no difficulties. I still have to roll my db:migrate(s) manually b/c of some $PATH issues, but I like to see whats going on with my production server anyways. – Bill Feb 3 '09 at 20:24
feedback

I wrote a how-to a long time ago that someone (apparently) fixed up and got working. I was notified about the post with a pingback not very long ago. Perhaps it will help you get started:

http://websitesyoucanedit.com/?p=102

link|improve this answer
feedback

Do you know if MediaTemple supports Passenger?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.