I am a windows developer and I am able to develop and test my RoR apps with webricks good. But the hosting company I choose was Linux based and when I moved the app nothing worked bacause of the path of ruby and gem etc., I have 2 questions, 1. is there any hosting companies host RoR on windows? 2. How you guys handle development, testing in Windows and production in Linux?? Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Switching from Windows to Linux shouldn''t be a problem codewise. The only difficult thing is deploying it to a web server. Take a look at Litespeed (http://www.litespeedtech.com) for an easy deployment on Linux. Also take a look at http://www.railshostinginfo.com to look for a Windows based Rails hosting company. Kind regards, Nick -- 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 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 -~----------~----~----~----~------~----~------~--~---
I use Win (XP) and Linux (Ubuntu) in parallel for development and testing of RoR applications. Some tools are Linux specific but not the core ones. The combination that I use is Appache+Mongrel witch enables me to be hosted on both OS. I prefer production hosting on Linux because it seams more natural, most open source applications are natively Linux origin and have better performance on it. Also the Windows hosting is a more expensive in correlation to Linux based. Try to be on the both sides - you never know what your client requirements will be. On Jul 12, 8:17 am, Nick Snels <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Switching from Windows to Linux shouldn''t be a problem codewise. The > only difficult thing is deploying it to a web server. Take a look at > Litespeed (http://www.litespeedtech.com) for an easy deployment on > Linux. Also take a look athttp://www.railshostinginfo.comto look for a > Windows based Rails hosting company. > > Kind regards, > > Nick > > -- > Posted viahttp://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---
On Jul 12, 1:17 am, Nick Snels <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Switching from Windows to Linux shouldn''t be a problem codewise. The > only difficult thing is deploying it to a web server. Take a look at > Litespeed (http://www.litespeedtech.com) for an easy deployment on > Linux. Also take a look athttp://www.railshostinginfo.comto look for a > Windows based Rails hosting company. > > Kind regards, > > Nick > > -- > Posted viahttp://www.ruby-forum.com/.Thank you very much and following link at one of the hosting company has one of the best documentation on how to go about migrating from windows to linux. http://www.hostingrails.com/forums/wiki_thread/1 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---