# |
Sep 21st 2011, 13:04 |
DidItAgain |
~bin |
# |
Sep 21st 2011, 13:01 |
rchavik |
it works now, so i don't bother modifying it.. |
# |
Sep 21st 2011, 13:01 |
rchavik |
Ox2Oh, you might even be able to reuse the $CORE variable.. i'm not sure why i didn't use that.. |
# |
Sep 21st 2011, 12:58 |
Section58 |
then no |
# |
Sep 21st 2011, 12:58 |
Section58 |
if you wanted to use 1.3 or 2.0 then yes, if you wanted to use 1.3.7, 1.3.11 2.0beta etc |
# |
Sep 21st 2011, 12:57 |
Section58 |
cause of the uppercased C in cake it doesn't override old versions |
# |
Sep 21st 2011, 12:57 |
Section58 |
Ox2Oh: thats the only change |
# |
Sep 21st 2011, 12:56 |
Ox2Oh |
rchavik: thx. Looking at the cake script I think you only need a version for 1.x and 2.x because of the changed CORE dir. What do you think? |
# |
Sep 21st 2011, 12:56 |
rchavik |
one day :) |
# |
Sep 21st 2011, 12:56 |
Section58 |
rchavik: you should blog that |
# |
Sep 21st 2011, 12:55 |
rchavik |
Ox2Oh ^ |
# |
Sep 21st 2011, 12:54 |
rchavik |
0x20h, quick script http://bin.cakephp.org/view/1654359230, i put it in /etc/profile.d/ |
# |
Sep 21st 2011, 12:49 |
rchavik |
~bin |
# |
Sep 21st 2011, 12:48 |
dogmatic69 |
no issues with loads of versions |
# |
Sep 21st 2011, 12:46 |
dakota |
Ox2Oh: I have cake 1.2, 1.3 and 2.0 projects and I have no issues |
# |
Sep 21st 2011, 12:45 |
dakota |
rchavik: that too |
# |
Sep 21st 2011, 12:45 |
Ox2Oh |
rchavik: if you have projects with different cake versions it might be a bad idea |
# |
Sep 21st 2011, 12:45 |
rchavik |
to work with multiple cake version, i setup aliases and scripts, eg: cake_1_3 and cake_2_0, it then setups the PATH accordingly |
# |
Sep 21st 2011, 12:44 |
dakota |
Ox2Oh: I just have a single copy of cake on my server and add it's console path to my PATH variable |
# |
Sep 21st 2011, 12:43 |
rchavik |
umm, how is it more handy? |
# |
Sep 21st 2011, 12:40 |
Ox2Oh |
bioiq: I usually just issue "lib/Console/Cake/cake bake" (more handy if you have multiple projects) |
# |
Sep 21st 2011, 12:30 |
bioiq |
yep |
# |
Sep 21st 2011, 12:29 |
rchavik |
in 2.0, it's lib/Cake/Console i believe |
# |
Sep 21st 2011, 12:29 |
rchavik |
bioiq, the one that contains cake.bat or cake.php |
# |
Sep 21st 2011, 12:20 |
bioiq |
is it the same? |
# |
Sep 21st 2011, 12:20 |
bioiq |
sorry, there are two: one in app/Console, the other in lib/Cake/Console which one do i have to export? |
# |
Sep 21st 2011, 12:18 |
bioiq |
well, there are a bunch of folders named console |
# |
Sep 21st 2011, 12:17 |
bioiq |
there's no folder console... what is the right one to use? |
# |
Sep 21st 2011, 11:55 |
bioiq |
ok |
# |
Sep 21st 2011, 11:55 |
rchavik |
eg: export PATH=$PATH:~/cake/console |
# |
Sep 21st 2011, 11:54 |
rchavik |
yes, as long as you have them on your path |
# |
Sep 21st 2011, 11:53 |
bioiq |
ok, i'll dl 2.0... but do i have cake bake commands with the package? do I have to configure them on ubuntu? |
# |
Sep 21st 2011, 11:51 |
rchavik |
1.3 is considered stable, but 2.0 would be out soon. if you're creating new project, might be a good idea to use 2.0 straight away |
# |
Sep 21st 2011, 11:51 |
bioiq |
it is better to download the version 1.3 or 2.0? |
# |
Sep 21st 2011, 11:46 |
rchavik |
it does.. i've done the same thing.. perhaps you've unbind somewhere |
# |
Sep 21st 2011, 11:43 |
Tykling |
yeah, that's what I assumed |
# |
Sep 21st 2011, 11:42 |
rchavik |
okay.. even so, the related models should be available in behavior.. |
# |
Sep 21st 2011, 11:42 |
Tykling |
rchavik: I got it working by using ClassRegistry::init to load the missing models, thanks anyway! |
# |
Sep 21st 2011, 11:41 |
Tykling |
could've been the wastebin you were referring to ;) |
# |
Sep 21st 2011, 11:41 |
Tykling |
haha sorry, brainfart |
# |
Sep 21st 2011, 11:41 |
rchavik |
~tell Tykling about bin |