Hi all, I was wondering whether there were any problems, or things to look out for, if you had numerous developers all working on the same application, but they uses different operating systems to do their work? I am looking at some developers doing work on Windows and OS X, working on the one project. Cheers, Diego --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
mvargo
2007-Jan-18 00:43 UTC
Re: Numerous developers developing Rails app on different OSes
Hello Diego, I am working on a project with one developer running on Windows XP (eclipse) and another on Fedora Core 6. We have another server hosting our CVS, and yet another running the deployed application (OS? Some sort of *NIX). No problems due to OS specific stuff. Everybody is using eclipse but I don''t think that really matters. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Diego
2007-Jan-18 05:18 UTC
Re: Numerous developers developing Rails app on different OSes
Hi mvargo, Thanks for taking the time to reply. We actually took the leap. So there''s one guy (me) on OS X and another on Windows both doing dev on the same app. Cheers, Diego --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Roderick van Domburg
2007-Jan-18 08:45 UTC
Re: Numerous developers developing Rails app on different OSes
> I was wondering whether there were any problems, or things to look out > for, if you had numerous developers all working on the same > application, but they uses different operating systems to do their > work? I am looking at some developers doing work on Windows and OS X, > working on the one project.One thing to look out for is spacing. You will want to make very sure you don''t use tab characters anywhere in your application, instead opting for spaces. Otherwise, otherwise identical application checkouts may work perfectly on non-Windows platforms while Ruby on Windows may randomly throw the weirdest parsing errors at you. Roderick -- Nedforce Informatica Specialisten B.V. http://www.nedforce.nl +31 (0)53 4500225 --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
IsBOF
2007-Jan-18 11:23 UTC
Re: Numerous developers developing Rails app on different OSes
Hi, We are developing with windows, ubuntu, FreeBSD and OS X with out any problems. One thing to look out for would be different DB. Rasmus --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Brian Hogan
2007-Jan-18 13:04 UTC
Re: Numerous developers developing Rails app on different OSes
Use svn''s ignore ability to handle the database.yml configurations if necessary. As long as all developers on your team use a quality text editor that does Unix line breaks and uses spaces instead of tabs, you should have no problems at all. On 1/18/07, IsBOF <rasmusbb-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Hi, > > We are developing with windows, ubuntu, FreeBSD and OS X with out any > problems. One thing to look out for would be different DB. > > Rasmus > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---