# |
Aug 8th 2008, 17:19 |
yoris |
thats me!!!! LEAVING.... |
# |
Aug 8th 2008, 17:19 |
yoris |
teknoid, thanks brother, cya'round |
# |
Aug 8th 2008, 17:18 |
Howard`` |
this testing system looks awesome |
# |
Aug 8th 2008, 17:18 |
Howard`` |
haha jeez i've always tested on the live app |
# |
Aug 8th 2008, 17:16 |
yoris |
damn |
# |
Aug 8th 2008, 17:15 |
zmonteca |
TommyO: it was all about the request being a POST and not a GET. I'm not sure why that effected it, but that was it. |
# |
Aug 8th 2008, 17:15 |
Howard`` |
ACTION wears a dunce hat and reads on it |
# |
Aug 8th 2008, 17:15 |
teknoid |
yoris: thankfully i haven't used csv since about 95 :) |
# |
Aug 8th 2008, 17:15 |
Howard`` |
oh interesting I wasn't aware there was a testing system |
# |
Aug 8th 2008, 17:15 |
teknoid |
Howard``: place your app tests in there |
# |
Aug 8th 2008, 17:15 |
Howard`` |
is it needed ? |
# |
Aug 8th 2008, 17:15 |
yoris |
teknoid, any sugestions? |
# |
Aug 8th 2008, 17:15 |
Howard`` |
curious, what exactly is the tests folder? |
# |
Aug 8th 2008, 17:14 |
teknoid |
yoris: i really don't think cake is the right answer... soundslike you need some tool/process for csv to sql conversion (possibly with some batch facility) |
# |
Aug 8th 2008, 17:14 |
yoris |
teknoid, its a javascript app so, its only one url that does just bout everything |
# |
Aug 8th 2008, 17:13 |
yoris |
teknoid, sql abstraction mostly not using views in ANY way. i have 7 lines of html code, that rules out scaffolding and helpers |
# |
Aug 8th 2008, 17:11 |
NOSLOW |
gwoo: 8 hrs later, I have a test case that shows a problem with changeset 7393 |
# |
Aug 8th 2008, 17:10 |
teknoid |
yoris: well what features of the framework are you using for this? other than the 40% you had to modify? :) |
# |
Aug 8th 2008, 17:09 |
zmonteca |
TommyO: is there a way to make an AJAX request via get method vs. post? seems like the default is post. |
# |
Aug 8th 2008, 17:08 |
zmonteca |
TommyO: i get the debug params when going to the script directly. |
# |
Aug 8th 2008, 17:08 |
teknoid |
yoris: maybe cake isn't the solution for your problem? |
# |
Aug 8th 2008, 17:07 |
yoris |
teknoid, no, no, but i was trying to make my situation clear, btw, the code was not a class plugged into the controller, the thing is that the stable version of cake is very limited in advanced sql language, basically i had to modify like 40% of its logic for my needs, 1.2 seems to be promising though |
# |
Aug 8th 2008, 17:04 |
TommyO |
Azhi_Dahaka_: clear it's value in $this->data array in the controller |
# |
Aug 8th 2008, 17:04 |
zmonteca |
TommyO: yeah, i was getting the print outs. |
# |
Aug 8th 2008, 17:03 |
TommyO |
what happens if you do go to the url in a browser? you should get the print_r() in your default layout, no? |
# |
Aug 8th 2008, 17:03 |
teknoid |
yoris: don't think sqlalchemy is related to cakephp in any way |
# |
Aug 8th 2008, 17:01 |
zmonteca |
TommyO: now what...LOL???? |
# |
Aug 8th 2008, 17:01 |
zmonteca |
TommyO: yeah, i just renamed the methods and i'm getting the same result. |
# |
Aug 8th 2008, 17:00 |
TommyO |
zmonteca: that's a good sign, sorta. it gives you a direction to look in |
# |
Aug 8th 2008, 17:00 |
yoris |
teknoid, sqlAlchemy has a flush method that executes all sql cached sentences |
# |
Aug 8th 2008, 17:00 |
TommyO |
zmonteca: sounds like the request may not be completeing |
# |
Aug 8th 2008, 17:00 |
Azhi_Dahaka_ |
in a form... is there a way to avoid reloading the data into a form field? |
# |
Aug 8th 2008, 17:00 |
zmonteca |
TommyO: I actually don't see a response header at all.... |
# |
Aug 8th 2008, 16:59 |
yoris |
teknoid, lol, me too!!!!! |
# |
Aug 8th 2008, 16:59 |
Azhi_Dahaka_ |
how can i avoid a field to get an autovalue? |
# |
Aug 8th 2008, 16:59 |
zmonteca |
TommyO: http://bin.cakephp.org/view/1212404311 |
# |
Aug 8th 2008, 16:59 |
yoris |
teknoid, |
# |
Aug 8th 2008, 16:59 |
teknoid |
yoris: not really, that has little to do with cakephp and i'm too tired to try to figure out that code :) |
# |
Aug 8th 2008, 16:58 |
yoris |
teknoid, thats not an option, other sugestions? |
# |
Aug 8th 2008, 16:58 |
yoris |
teknoid, the thing is that im managing over 10.000 csv rows, php cache just blows over the roof for what i am doing, besides, i need to check and re-check the cahed array to see if lower rows are beeing duplicated... it could be solved if the save sentence would SAVE in that moment and not wait till everything is done |
# |
Aug 8th 2008, 16:57 |
TommyO |
firebug will tell you the response code |