Odysseus
2007-May-18 20:47 UTC
Development with Rails - Published on a vServer without Rails : possible?
Hi, I am new to Rails and like it a lot. For publishing I rented a virtual "Ruby" Server where I have access to Ruby modules (http:// www.systeminformationen.de/index.php) but they do not support Rails. (I have no root permission) After I have gone trough quite some Ruby and RoR books I still do not know if it would be possible to develop locally with rails and publish on a server - with the above mentioned Ruby modules - but without a Rails installation. ? Do I have to change the server or ???? Thankful for any information and help --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Rick Olson
2007-May-18 20:52 UTC
Re: Development with Rails - Published on a vServer without Rails : possible?
On 5/18/07, Odysseus <erich.frankl-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi, > > I am new to Rails and like it a lot. For publishing I rented a virtual > "Ruby" Server where I have access to Ruby modules (http:// > www.systeminformationen.de/index.php) but they do not support Rails. > (I have no root permission) > > After I have gone trough quite some Ruby and RoR books I still do not > know if it would be possible to develop locally with rails and publish > on a server > - with the above mentioned Ruby modules > - but without a Rails installation. ? > > Do I have to change the server or ???? > > Thankful for any information and helpRails needs a server with rails to deploy. -- Rick Olson http://lighthouseapp.com http://weblog.techno-weenie.net http://mephistoblog.com --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Ben Munat
2007-May-20 01:42 UTC
Re: Development with Rails - Published on a vServer without Rails : possible?
Rick Olson wrote:> On 5/18/07, Odysseus <erich.frankl-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> Hi, >> >> I am new to Rails and like it a lot. For publishing I rented a virtual >> "Ruby" Server where I have access to Ruby modules (http:// >> www.systeminformationen.de/index.php) but they do not support Rails. >> (I have no root permission) >> >> After I have gone trough quite some Ruby and RoR books I still do not >> know if it would be possible to develop locally with rails and publish >> on a server >> - with the above mentioned Ruby modules >> - but without a Rails installation. ? >> >> Do I have to change the server or ???? >> >> Thankful for any information and help > > Rails needs a server with rails to deploy. >Couldn''t one freeze rails in the project? That would mean that rails gets deployed with the app. The server would still need to have rubygems installed though... and if they''re not supporting rails, they might have an ancient version of ruby on there too. b --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---