# |
Oct 22nd 2009, 11:12 |
xbb |
ok |
# |
Oct 22nd 2009, 11:12 |
xbb |
ah |
# |
Oct 22nd 2009, 11:11 |
phishy_ |
xbb: you would have to write one for your version control system |
# |
Oct 22nd 2009, 11:11 |
xbb |
phishy_, what is the hook you were talking about? |
# |
Oct 22nd 2009, 11:10 |
xbb |
but without ant, how can I do this? |
# |
Oct 22nd 2009, 11:10 |
xbb |
*switched* |
# |
Oct 22nd 2009, 11:10 |
xbb |
I've switch to GANT because of this |
# |
Oct 22nd 2009, 11:09 |
markstory |
I try to avoid ant, too much xml. |
# |
Oct 22nd 2009, 11:09 |
markstory |
well that's up to you. |
# |
Oct 22nd 2009, 11:09 |
xbb |
markstory, but I will need java to be on server |
# |
Oct 22nd 2009, 11:08 |
randallj |
I can;t seem to get my custom validation to fire *after" the behavior's validation rules |
# |
Oct 22nd 2009, 11:08 |
Akufen |
I'm trying it out on a clean install now, but I doubt it'll make any difference |
# |
Oct 22nd 2009, 11:08 |
xbb |
markstory, is that how you do it? |
# |
Oct 22nd 2009, 11:08 |
jessica-m |
when using form->create, how can i make it not display an action or method? |
# |
Oct 22nd 2009, 11:08 |
phishy_ |
hah |
# |
Oct 22nd 2009, 11:07 |
Akufen |
phishy_ ok, get to it, I'll make me some coffee ^^ |
# |
Oct 22nd 2009, 11:07 |
Ceeram |
what am i missing? |
# |
Oct 22nd 2009, 11:07 |
randallj |
Does anyone here have experience with MeioUpload behavior...I'm trying to (unsuccessfully) append a validation rule to the validation rules supplied by the behavior via the model's $validate attribute, but I'm not having any luck |
# |
Oct 22nd 2009, 11:07 |
phishy_ |
Akufen: it just can't seem to find the the file i guess, i'd have to check out some fresh copies and debug it |
# |
Oct 22nd 2009, 11:07 |
xbb |
phishy_, year prity much |
# |
Oct 22nd 2009, 11:06 |
Ceeram |
markstory: even raw sql without Model names gives back same wrong data format: SELECT `type`, MIN(price) FROM `products` AS `Product` WHERE 1 = 1 GROUP BY type ORDER BY `type` ASC |
# |
Oct 22nd 2009, 11:06 |
Akufen |
phishy_ I was under the assumption the 'extend' took care of that |
# |
Oct 22nd 2009, 11:06 |
phishy_ |
xbb: sounds like you want a hook to auto-check them out once you commit? |
# |
Oct 22nd 2009, 11:05 |
markstory |
but you don't really 'build' php files. |
# |
Oct 22nd 2009, 11:05 |
phishy_ |
Akufen: sounds like it needs an App::import tho |
# |
Oct 22nd 2009, 11:05 |
markstory |
xbb: why not just use ant? |
# |
Oct 22nd 2009, 11:05 |
phishy_ |
Akufen: i havent run it against the latest cake version in a while |
# |
Oct 22nd 2009, 11:03 |
xbb |
I'd like to work locally, check code in svn and run script on server to build my app. Does anyone doing this? |
# |
Oct 22nd 2009, 11:03 |
Akufen |
phishy_ yea |
# |
Oct 22nd 2009, 11:03 |
phishy_ |
Akufen: did you get it form git? |
# |
Oct 22nd 2009, 11:03 |
Akufen |
have you run into that one? (latest cake version) |
# |
Oct 22nd 2009, 11:03 |
Akufen |
phishy_ I'm trying out the acl plugin, but for some reason it's throwing me this error: Class 'AclAppController' not found in acl_controller |
# |
Oct 22nd 2009, 11:02 |
xbb |
Are there any scripts similar to ANT I guess that will build cake app from version control? |
# |
Oct 22nd 2009, 11:02 |
phishy_ |
Akufen: yep |
# |
Oct 22nd 2009, 11:01 |
t0nic |
nm debug helped moi |
# |
Oct 22nd 2009, 11:01 |
jessica-m |
when using form->create, how can i make it not display an action or method? |
# |
Oct 22nd 2009, 11:01 |
Akufen |
phishy_ are you around? |
# |
Oct 22nd 2009, 10:58 |
t0nic |
if I type /questionX/ rather than /questions/ I get 404 so I know it's recognizing the route |
# |
Oct 22nd 2009, 10:58 |
t0nic |
I'm not getting 404 page... |
# |
Oct 22nd 2009, 10:58 |
t0nic |
i'm getting "server not found" on ONE controller |
# |
Oct 22nd 2009, 10:51 |
Ceeram |
no matter what i try i get same data back, but i know when was doing previous app COUNT(Model.field) AS count did come back as [0][count] |