Hello all, I remember and have lost a link to the blog on hints about 37s modularization of basecamp, backpack, etc. Anyone remeber this and can remind me of the link? Thanks ! -- ------------------------------ Forget the icing. Bake the cake! - the epicentered developer ------------------------------ Peter Fitzgibbons -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060116/6c12f84c/attachment-0001.html
Hi, Peter, are you by chance meaning "REST-powered architecture following a simple observer pattern"? http://www.loudthinking.com/arc/000524.html Best regards Jan Prill Peter Fitzgibbons wrote:> Hello all, > > I remember and have lost a link to the blog on hints about 37s > modularization of basecamp, backpack, etc. > > Anyone remeber this and can remind me of the link? > > Thanks ! > > -- > ------------------------------ > Forget the icing. Bake the cake! > - the epicentered developer > ------------------------------ > Peter Fitzgibbons > > ------------------------------------------------------------------------ > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
On 1/16/06, Jan Prill <JanPrill@blauton.de> wrote:> > Hi, Peter, > > are you by chance meaning "REST-powered architecture following a simple > observer pattern"? > > http://www.loudthinking.com/arc/000524.html > > Best regards > Jan Prill > > Peter Fitzgibbons wrote: > > Hello all, > > > > I remember and have lost a link to the blog on hints about 37s > > modularization of basecamp, backpack, etc. > > > > Anyone remeber this and can remind me of the link? > > > > Thanks ! > > > > -- > > ------------------------------ > > Forget the icing. Bake the cake! > > - the epicentered developer > > ------------------------------ > > Peter Fitzgibbons > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >Thank you Jan. That was the link. Unfortunately, I was barking up the wrong tree. What I''m looking for is a way to have localhost/myprojects/hello/list localhost/mylistings/hello/list both come from the same rails app as the two "applications" are deeply interrelated and talk to the same database and very common table set. Regards, -- ------------------------------ Forget the icing. Bake the Cake! - the epi-centered developer ------------------------------ Peter Fitzgibbons -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060120/961144b3/attachment.html
If you need to share a bunch of code (including views or partials) between applications, you might want to look at Engines: http://rails-engines.org/wiki/pages/When+To+Create+An+Engine - james On 1/20/06, Peter Fitzgibbons <peter.fitzgibbons@gmail.com> wrote:> > On 1/16/06, Jan Prill <JanPrill@blauton.de> wrote: > > Hi, Peter, > > > > are you by chance meaning "REST-powered architecture following a simple > > observer pattern"? > > > > http://www.loudthinking.com/arc/000524.html > > > > Best regards > > Jan Prill > > > > Peter Fitzgibbons wrote: > > > Hello all, > > > > > > I remember and have lost a link to the blog on hints about 37s > > > modularization of basecamp, backpack, etc. > > > > > > Anyone remeber this and can remind me of the link? > > > > > > Thanks ! > > > > > > -- > > > ------------------------------ > > > Forget the icing. Bake the cake! > > > - the epicentered developer > > > ------------------------------ > > > Peter Fitzgibbons > > > > > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > Rails mailing list > > > Rails@lists.rubyonrails.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > Thank you Jan. That was the link. > > Unfortunately, I was barking up the wrong tree. > > What I''m looking for is a way to have > localhost/myprojects/hello/list > localhost/mylistings/hello/list > > both come from the same rails app as the two "applications" are deeply > interrelated and talk to the same database and very common table set. > > Regards, > > -- > ------------------------------ > Forget the icing. Bake the Cake! > - the epi-centered developer > ------------------------------ > Peter Fitzgibbons > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >