if you are can you send me some links that are more than just a quick breezy put stuff in this folder... a large chunk of the stuff that i''m going to be working on soon needs to be pulled in and out of applications and the component ascpect is so much easier to deal with then my current quick fix of subdirectories below controller etc... if i had more than the one i currently have, management of it all would quickly become a nightmare... i read the stuff on the wiki but it left me with just as many questions ( course they were different questions ). _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
not yet, we''re going to finish out second project and componentize the shit out of it before we push it live ;) One thing the component book says, which I agree with: "among other things, you’ll still need a unified, generalized User model and controller, in most cases" that''s a big deal. I think a lowest-common-denominator approach that is meant to be extended for each different project is the way to go... I''m going to write a mail about it right now. :) _alex On May 19, 2005, at 7:58 PM, Sean T Allen wrote:> if you are can you send me some links that are more than just a quick > breezy put stuff in this folder... > > a large chunk of the stuff that i''m going to be working on soon needs > to be pulled in and out of applications > and the component ascpect is so much easier to deal with then my > current quick fix of subdirectories > below controller etc... if i had more than the one i currently have, > management of it all would > quickly become a nightmare... > > i read the stuff on the wiki but it left me with just as many > questions ( course they were different questions ). > > > <sean.vcf>_______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- alex black, founder the turing studio, inc. 510.666.0074 root-16h2cdTTKgpzNNFeSAH1EA@public.gmane.org http://www.turingstudio.com 2600 10th street, suite 635 berkeley, ca 94710
we''ll if anyone knows because the docs are a bit confusing... is it supposed to be an exact duplicate of app/ where you would have mycomponents/helpers /views /controllers /models or is it different... the docs kind of suggest its different... alex black wrote:> not yet, > > we''re going to finish out second project and componentize the shit out > of it before we push it live ;) > > One thing the component book says, which I agree with: > > "among other things, you’ll still need a unified, generalized User > model and controller, in most cases" > > that''s a big deal. > > I think a lowest-common-denominator approach that is meant to be > extended for each different project is the way to go... I''m going to > write a mail about it right now. > > :) > > _alex > > > On May 19, 2005, at 7:58 PM, Sean T Allen wrote: > >> if you are can you send me some links that are more than just a quick >> breezy put stuff in this folder... >> >> a large chunk of the stuff that i''m going to be working on soon needs >> to be pulled in and out of applications >> and the component ascpect is so much easier to deal with then my >> current quick fix of subdirectories >> below controller etc... if i had more than the one i currently have, >> management of it all would >> quickly become a nightmare... >> >> i read the stuff on the wiki but it left me with just as many >> questions ( course they were different questions ). >> >> >> <sean.vcf>_______________________________________________ >> Rails mailing list >> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> http://lists.rubyonrails.org/mailman/listinfo/rails >> >_______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
Sean T Allen wrote:> we''ll if anyone knows because the docs are a bit confusing... > > is it supposed to be an exact duplicate of app/ > > where you would have > > mycomponents/helpers > /views > /controllers > /models > > or is it different... > > the docs kind of suggest its different...Have a look at the movie on components. It shows David creating and app and then turning some aspects of it into a component. http://rubyonrails.org/media/video/clips/components.mov Colin