# |
Aug 8th 2008, 17:23 |
TommyO |
Howard``: why can't you? |
# |
Aug 8th 2008, 17:23 |
Howard`` |
uploading 11 megs in one file is much faster |
# |
Aug 8th 2008, 17:23 |
Howard`` |
would be cool if we could package and unpack the cake app for uploading |
# |
Aug 8th 2008, 17:22 |
zmonteca |
TommyO: no kidding. good god what a pita. |
# |
Aug 8th 2008, 17:21 |
Howard`` |
i was always wondering what this large 6+ megabyte folder was all about lol |
# |
Aug 8th 2008, 17:21 |
Howard`` |
indeed teknoid |
# |
Aug 8th 2008, 17:21 |
TommyO |
zmonteca: hmmm... well, glad you figured it out |
# |
Aug 8th 2008, 17:20 |
teknoid |
Howard``: better drop everything and start writing tests ;) |
# |
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.... |