I have finally successfully deployed simple apps on Heroku in following the tutorial at http://ruby.railstutorial.org/ruby-on-rails-tutorial-book . Are there other free sites like Heroku? I want to deploy on other sites as well, so that I caern see what the differences are from one site to another. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi! I''m not sure, but I guess EngineYard is one of the competitors: http://www.engineyard.com/ http://en.wikipedia.org/wiki/Heroku -> See section "Competitors" for others alternatives. Best Regards, Everaldo On Mon, Oct 24, 2011 at 10:31 PM, Jason Hsu, Mr. Swift Linux < jhsu802701-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I have finally successfully deployed simple apps on Heroku in > following the tutorial at > http://ruby.railstutorial.org/ruby-on-rails-tutorial-book > . > > Are there other free sites like Heroku? I want to deploy on other > sites as well, so that I caern see what the differences are from one > site to another. > > -- > 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
you should chek www.dotcloud.com , I used that with a python framework (web2py) an I saw that it also support rails but I haven''t used it yet. I used heroku for rails and it is fine On Mon, Oct 24, 2011 at 7:34 PM, Everaldo Gomes <everaldo.gomes-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> Hi! > > I''m not sure, but I guess EngineYard is one of the competitors: > > http://www.engineyard.com/ > > http://en.wikipedia.org/wiki/Heroku -> See section "Competitors" for > others alternatives. > > Best Regards, > Everaldo > > > > On Mon, Oct 24, 2011 at 10:31 PM, Jason Hsu, Mr. Swift Linux < > jhsu802701-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> I have finally successfully deployed simple apps on Heroku in >> following the tutorial at >> http://ruby.railstutorial.org/ruby-on-rails-tutorial-book >> . >> >> Are there other free sites like Heroku? I want to deploy on other >> sites as well, so that I caern see what the differences are from one >> site to another. >> >> -- >> 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> >> > -- > 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I can also suggest Cloud 66 (www.cloud66.com) which is an application management as a service. It configures, deploys and manages your web applications and mobile backends on any cloud or your own servers without the need to for any download or sysop. Disclaimer: I work for Cloud 66 -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
Another alternative worth looking at is Shelly Cloud: https://shellycloud.com Deployment is done via git like in Heroku, but it differs in that you get whole virtual servers that you can utilize in different ways: for application servers, delayed_job workers, databases, etc. It comes with free credit, so you can play with it for about a month (depending on usage) without paying anything. Cheers, Michal -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.