How to put Rails applications on the www.

9 views
Skip to first unread message

Romain 'Maz' BILLOIR

unread,
Sep 19, 2011, 2:41:01 PM9/19/11
to Ruby on Rails: Talk
(Frenchy, sorry =) )
Hi, i'm new web ruby developper and ruby on rails. I've just finished
my first rails rapplication and figured out one thing: my webhoster
use olds version of rails and ruby, but ... That's not my question. My
first rails app was just a try... just my portfolio which i developped
in php before assuming php is leak but when i tried to upload it, i
found out a question...
My question is:
I've just started develop my second app which will be a webgame, when
it will be done, i'll probably rent a VPS but:
What is the process to upload web rails application which contains few
gems which is not installed as default (pg for postgresql, authlogic,
and some more...).
Do i have to prepare some "things" which will help me do that?

or just install ruby/rubygem/rails and the few gems i'll need, create
database and upload my files?

Martin Wawrusch

unread,
Sep 19, 2011, 2:44:39 PM9/19/11
to rubyonra...@googlegroups.com
Don't even bother with traditional hosting unless you have constant high traffic. Use heroku.com instead, it has everything you need and deployment is dead simple. Just put the gems in your gemfile, push to heroku and you are done.

And btw, it is free for basic usage.


--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonra...@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.







Lasse Bunk

unread,
Sep 19, 2011, 5:00:22 PM9/19/11
to rubyonra...@googlegroups.com
A preferred way of deploying Rails apps is using Capistrano (https://github.com/capistrano/capistrano). It automates your deployment and also has a plugin (or "recipe") (require "bundler/capistrano") for installing gems via Bundler.

/Lasse

2011/9/19 Martin Wawrusch <mar...@wawrusch.com>
Reply all
Reply to author
Forward
0 new messages