Hello, I''m starting a new project to get used to Trac, Subversion and Rails. This project is a website similar to a mix of sogamed.com<http://sogamed.com>and clanbase.com <http://clanbase.com>. It will have news, articles, forums, as well as Players, clans, replays to download, leagues and ladders. The question is that i don''t know how to name the different components in trac. One possibility is to name them "Frontend", "Backend", "Layout"... or something similar. Another one is to use the same name as the existing Controllers and / or Models. Please, give me some advice. Thanks. Rodrigo. _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
hi, imho there is no really w On 9/16/05, Rodrigo Alvarez Fernández <papipo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hello, > > I''m starting a new project to get used to Trac, Subversion and Rails. > This project is a website similar to a mix of sogamed.com<http://sogamed.com>and > clanbase.com <http://clanbase.com>. > It will have news, articles, forums, as well as Players, clans, replays to > download, leagues and ladders. > > The question is that i don''t know how to name the different components in > trac. > One possibility is to name them "Frontend", "Backend", "Layout"... or > something similar. > Another one is to use the same name as the existing Controllers and / or > Models. > > Please, give me some advice. Thanks. > > Rodrigo. > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- Thom/ange http://ange.librium.org _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
hi, sorry about the previous one ... so : imho there isn''t really any rules to that, and if I have some advice do has it please you or what look the most effective for you and your team. typically I try to separate important parts like the design, the db, the network things, the core, modules etc ... The main idea behind that is to be able to easily distribute things between parts/people. Thom On 9/16/05, Thomas Riboulet <riboulet-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > hi, > > imho there is no really w > > On 9/16/05, Rodrigo Alvarez Fernández <papipo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hello, > > > > I''m starting a new project to get used to Trac, Subversion and Rails. > > This project is a website similar to a mix of sogamed.com<http://sogamed.com>and > > clanbase.com <http://clanbase.com>. > > It will have news, articles, forums, as well as Players, clans, replays > > to download, leagues and ladders. > > > > The question is that i don''t know how to name the different components > > in trac. > > One possibility is to name them "Frontend", "Backend", "Layout"... or > > something similar. > > Another one is to use the same name as the existing Controllers and / or > > Models. > > > > Please, give me some advice. Thanks. > > > > Rodrigo. > > > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > -- > Thom/ange > http://ange.librium.org-- Thom/ange http://ange.librium.org _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
On 9/16/05, Thomas Riboulet <riboulet-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > so : imho there isn''t really any rules to that, and if I have some advice > do has it please you or what look the most effective for you and your team. > > typically I try to separate important parts like the design, the db, the > network things, the core, modules etc ...OK, but for a website, instead of a standalone app, I think that the separation is not very obvious _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails