Re: [Rails] Re: how to work in group?

2011-08-19 Thread Hassan Schroeder
On Thu, Aug 18, 2011 at 6:58 PM, Rodrigo Ruiz wrote: > Well, setting aside the code access concern, the other thing I wanted to > know is how to work in a team with rails, and I mean, how should I split my > project? Define the features you want to add to your project; give one to each developer

Re: [Rails] Re: how to work in group?

2011-08-19 Thread Martin Wawrusch
On Fri, Aug 19, 2011 at 12:24 AM, Frederick Cheung < frederick.che...@gmail.com> wrote: > > > On Aug 19, 2:58 am, Rodrigo Ruiz wrote: > > Thank you everyone, and that link helped me with git. > > > > Well, setting aside the code access concern, the other thing I wanted to > > know is how to work

[Rails] Re: how to work in group?

2011-08-19 Thread Frederick Cheung
On Aug 19, 2:58 am, Rodrigo Ruiz wrote: > Thank you everyone, and that link helped me with git. > > Well, setting aside the code access concern, the other thing I wanted to > know is how to work in a team with rails, and I mean, how should I split my > project? > > For example, one member will d

Re: [Rails] Re: how to work in group?

2011-08-18 Thread Rodrigo Ruiz
Thank you everyone, and that link helped me with git. Well, setting aside the code access concern, the other thing I wanted to know is how to work in a team with rails, and I mean, how should I split my project? For example, one member will do the Controllers, other will do the Models, other will

[Rails] Re: how to work in group?

2011-08-18 Thread Alexey Muranov
Rodrigo, take a look at "Distributed Workflow" section in Git Community Book: http://book.git-scm.com/3_distributed_workflows.html It is assumed there however that everybody in your project has access to the full code. Alexey. -- Posted via http://www.ruby-forum.com/. -- You received this m

[Rails] Re: how to work in group?

2011-08-17 Thread David Kahn
On Wed, Aug 17, 2011 at 2:58 PM, Frederick Cheung < frederick.che...@gmail.com> wrote: > > > On Aug 17, 7:23 pm, Rodrigo Ruiz 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? > > >

Re: [Rails] Re: how to work in group?

2011-08-17 Thread Rodrigo Ruiz
Thank you. But still, my main problem is how to split things in a rails project so that a team can work on it instead of just one person. On Wed, Aug 17, 2011 at 3:58 PM, Frederick Cheung < frederick.che...@gmail.com> wrote: > > > On Aug 17, 7:23 pm, Rodrigo Ruiz wrote: > > hi, I've started deve

[Rails] Re: how to work in group?

2011-08-17 Thread Frederick Cheung
On Aug 17, 7:23 pm, Rodrigo Ruiz 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 se