Log message #4199111

# At Username Text
# Aug 21st 2019, 08:32 dereuromark https://github.com/dereuromark/cakephp-ide-helper/wiki#cakephp-version-map as such "dev-cake4"
# Aug 21st 2019, 08:32 alexdd55976 ok thanks... i am not good with the composer stuff.. not used to it
# Aug 21st 2019, 08:31 dereuromark as for it being working: I just tested it and made a PR to sync with current master: https://github.com/cakephp/app/pull/698
# Aug 21st 2019, 08:30 dereuromark again: wiki tells you everything
# Aug 21st 2019, 08:26 alexdd55976 @dereuromark
# Aug 21st 2019, 08:24 alexdd55976 `"dereuromark/cakephp-ide-helper": "^0.13.16"`this is not working with composer.. what is the correct version?
# Aug 21st 2019, 08:23 alexdd55976 sorry.. i asked the wrong question
# Aug 21st 2019, 08:21 dereuromark see its branches and version map in wiki
# Aug 21st 2019, 08:20 alexdd55976 @dereuromark is the ide helper available for cake4.x?
# Aug 21st 2019, 08:08 santosh121290 Good morning everyone
# Aug 21st 2019, 07:45 neon1024 Morning everyone! :wave:
# Aug 21st 2019, 06:53 spriz you guys are amazing!
# Aug 21st 2019, 06:51 spriz Ah okay! Did you resolve it?
# Aug 21st 2019, 06:28 admad grdarko: run `bin/cake routes` on command line to see the connected routes
# Aug 21st 2019, 06:27 gdarko how can i override the action?
# Aug 21st 2019, 06:27 gdarko is this mapped automatically?
# Aug 21st 2019, 06:27 gdarko hello, i have /api/entity-name/add.json route that is hanlding the ajax call but i can't find where it is defined in which controller.
# Aug 20th 2019, 20:16 maymeow cool let me try "::)
# Aug 20th 2019, 20:16 maymeow i need create default user menu and this is tree
# Aug 20th 2019, 20:15 ricksaccous and use the data already in the table
# Aug 20th 2019, 20:15 ricksaccous you can bake a seed
# Aug 20th 2019, 20:15 ricksaccous but i don' tknow if seeds work across db structures, i'm guessing they do
# Aug 20th 2019, 20:14 ricksaccous you can seed anything
# Aug 20th 2019, 20:14 maymeow and one more thing.. is there any way how to seed tree structure?
# Aug 20th 2019, 20:12 maymeow for mysql doesnt matter ...
# Aug 20th 2019, 20:11 slackebot $query->distinct(['Posts.created', 'Posts.sender_name'])->combine('sender_name', 'sender_name'); } ```
# Aug 20th 2019, 20:11 maymeow @ricksaccous what i found for example if you ordering something by created field postgres will return error if you selecting distinct on another field so you have to select on both and mssql will return error when you selecting distinct on both :) ``` if ($conn['driver'] == Sqlserver::class) { $senders = $query->distinct(['Posts.sender_name'])->combine('sender_name', 'sender_name'); } else { $senders =
# Aug 20th 2019, 20:06 daniel.upshaw Thanks for the info @admad :slightly_smiling_face:
# Aug 20th 2019, 20:06 ricksaccous weird
# Aug 20th 2019, 20:06 maymeow @ricksaccous it dont have problem when i use postgres or MSSQL
# Aug 20th 2019, 20:05 ricksaccous yeah that makes more sense @maymeow i don't see how inserting a class makes sense from a migrations standpoint so i don't know how it was working before but glad it's working now
# Aug 20th 2019, 20:04 admad so basically anything you can do with chronos instance you can with frozentime
# Aug 20th 2019, 20:04 maymeow dont know if its good idea but forkink for me :)
# Aug 20th 2019, 20:04 admad @daniel.upshaw frozentime wraps chronos and all some i18n formatting features
# Aug 20th 2019, 20:03 maymeow refresh ... updated
# Aug 20th 2019, 20:03 ricksaccous heh intersting
# Aug 20th 2019, 20:03 daniel.upshaw Now I'm curious about that lol
# Aug 20th 2019, 20:03 daniel.upshaw But seems the docs always mention `FrozenTime`
# Aug 20th 2019, 20:03 daniel.upshaw And active too: https://github.com/cakephp/chronos
# Aug 20th 2019, 20:02 daniel.upshaw This is the first I'd seen Chronos actually... looks interesting
# Aug 20th 2019, 20:02 maymeow old file in git... just changed it in notebook