@ad7six no not planning on testing on live environment J
@m murphy I will read up on that. That's would be a better idea for now. Only problem is in this situation for a User to be "visible" on the site their profile needs to be complete with min requirements of related table records must have 1 ModelA 2 ModelB 5 ModelC and an uploaded Avatar so I need to write a controller to make a full complete User with multi record inserts which now makes me wonder if there is a way to do such a thing in cake or its all manual? Thanks guys! K From: [email protected] [mailto:[email protected]] On Behalf Of Matt Murphy Sent: Sunday, May 15, 2011 10:42 AM To: [email protected] Subject: Re: Future Development Planning Why not make 10k fake users now on your dev site? (Maybe write a controller to iterate through a set of fake creds using your existing user controller to put them in -- or just do it by hand in SQL) Do you need to create any scripting of actions across alot of accounts as well (to simulate use)? MM On Sun, May 15, 2011 at 12:05 AM, Krissy Masters <[email protected]> wrote: I am working on a rather large project that will expand overtime as the site grows. So as I have never done this with Cake I was wondering how does one go about this. I know in 3 months we will be adding some new features once there are more users (10k Users) Now there is no way to test the functionality of these new features without the users / db records so we need to wait until we actually have this to start testing these new site options. But how? Once we have the base membership goal reached how do we add in new features / controllers and so on in an already live environment. We need to test it using the database yet also allow only developers to be able to see it as if it were a live account but not to actual live users? Thanks, K -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] <mailto:cake-php%[email protected]> For more options, visit this group at http://groups.google.com/group/cake-php -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
