From: Sora Harakami Date: 2010-07-04T15:22:59+09:00 Subject: Re: Permanent script hosting ? On Jul 4, 2010, at 4:00 AM, Manu Cap wrote: > I need a ruby script to be permanently up, but can't host it on my PC as > I must shut it down overnight. > Is there any (FREE) hosting solution that allows such operation ? Hmm, "hosting" is "distribute a script" or "host application (cgi or rack?)"... i don't understand it. so i write down two cases here. distribute a script: Use dropbox's public folder (it can get public http url) or http://gist.github.com host application: if you using cgi app, sorry i don't know free hosting service. ;-( But i'm know rack hosting service in free. (rack app means sinatra, rails...) It named heroku, it can use by here: http://heroku.com -- Sora Harakami (iPad) - @sora_h Blog: http://codnote.net Prof: http://sorah.cosmio.net >