On Wed, Aug 17, 2011 at 2:58 PM, Frederick Cheung <
frederick.che...@gmail.com> wrote:

>
>
> On Aug 17, 7:23 pm, Rodrigo Ruiz <rodrigo.ru...@gmail.com> wrote:
> > hi, I've started developing websites with rails about 3 months ago,
> > and now I need to work with for people at the same project.
> > How can I do that?
> >
> > first, I can't allow access of the entire code to everyone for security
> purpose;
> > second, it seems to me that rails works in a very coupled way, I don't
> > understand how I would be able to split the project in parts so I can
> > delegate one part to each member of the team.
> >
> > if anyone can help me with any tips or website that explains how I can
> > work in groups I apreciate it.
>
> At the risk of sounding unhelpful, start by finding people you trust.
> If it's write access that is problematic, you could have them work on
> a fork of your project and pull changes from them when you're happy
> with them (similar to how a lot of open source projects work)
>

As well, even if you did give write access to the main repo, github allows
you to easily see all changes made and you would have control to revert
anything which is 'bad'. As well, I am sure you are -- make sure everyone is
writing tests and no commits are made if a test is not passing. I think you
will have an easier way of keeping in sync this way, assuming the others in
the group are committing (and needing to pull) regularly.

I think the idea of splitting a rails project is problematic from the
standpoint of dev's being able to operate their environments as well as to
regression test. I guess you could ask for classes and tests for them on an
individual basis but that just seems impractical. End of day if you dont
have trust in your devs, maybe you need to find others, or revise your
policies... as well NDA's are an option too if that is your concern.


Fred
> >
> > thank you,
> > Rodrigo
>
> --
> 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@googlegroups.com.
> To unsubscribe from this group, send email to
> rubyonrails-talk+unsubscr...@googlegroups.com.
> 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@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to