Log message #4171412

# At Username Text
# Dec 29th 2018, 01:10 itmpls @dereuromark is there something that prevents a belongsToMany from being marked as dirty?
# Dec 29th 2018, 01:09 dereuromark @asdfgh in the end it doesnt matter much, one just gets auto-detected more easily, others need a bit of config
# Dec 29th 2018, 01:08 dereuromark jep, possible. see how the tags plugin does it
# Dec 29th 2018, 00:53 itmpls do I need to manually mark it as dirty, or?
# Dec 29th 2018, 00:53 itmpls how come my belongsToMany isn't being marked as dirty?
# Dec 29th 2018, 00:52 asdfgh which follow the cake conventions?
# Dec 29th 2018, 00:52 asdfgh agents_jobs_assessments or agent_job_assessments or agent_jobs_assessments
# Dec 29th 2018, 00:51 asdfgh what name should i use?
# Dec 29th 2018, 00:51 asdfgh last question for this night...at the moment i have these tables: agents, jobs, agents_jobs now i have to create something like agents_jobs_assessments so basically i table that is pointing to the PK of the agents_jobs table
# Dec 29th 2018, 00:30 asdfgh too late here ahah
# Dec 29th 2018, 00:30 asdfgh nevermind :)
# Dec 29th 2018, 00:30 asdfgh OPS OK
# Dec 29th 2018, 00:24 dereuromark > the definition of cake ;)
# Dec 29th 2018, 00:24 dereuromark if you google it you find "rapid app development"
# Dec 29th 2018, 00:19 asdfgh dereuromark, pardon for the stupid question but, what do you mean with cake ""RAD"" ?
# Dec 29th 2018, 00:15 dereuromark why would you need an extra plugin
# Dec 29th 2018, 00:15 dereuromark isnt cake RAD enough to make any survey easily?^^
# Dec 29th 2018, 00:09 asdfgh is there a good survey plugin for cakephp 3.7 ?
# Dec 29th 2018, 00:09 asdfgh hello
# Dec 28th 2018, 22:55 dereuromark depending on if you also need prefixed ones etc.
# Dec 28th 2018, 22:55 dereuromark you can otherwise also see what IdeHelper does to list all.
# Dec 28th 2018, 21:49 challgren @joopm https://stackoverflow.com/questions/25892594/list-all-controllers-actions-in-cakephp-3
# Dec 28th 2018, 21:14 joopm i would like to get a list about the controllers
# Dec 28th 2018, 21:14 joopm in 3
# Dec 28th 2018, 21:14 joopm but i havent read about if it was illuminated
# Dec 28th 2018, 21:13 joopm App::objects('Controller');,this was supperted in 2
# Dec 28th 2018, 21:13 joopm i would like to use something from cakephp2 in cakephp3
# Dec 28th 2018, 21:12 joopm hello all
# Dec 28th 2018, 19:45 tomas.saghy and I somehow cannot get the idea how to replace `notEmpty` with for instance `allowEmptyString`
# Dec 28th 2018, 19:44 tomas.saghy about `allowEmpty*` functions… you sent me a link to example calling `notEmptyString` but there is no such method in the Validator class
# Dec 28th 2018, 19:38 tomas.saghy thanks for your response. the problem is, that when something is deprecated, you can somehow change your code so you will be ready for newer version (4.x). but there is no replacement here and hasRendered is still used in render() call
# Dec 28th 2018, 14:18 challgren Ok i sent you a private msg btw
# Dec 28th 2018, 14:17 G00DSP33D Going to head in a meeting now to explain the approach. Meanwhile enjoy the upcoming weekend and all the best for 2019!
# Dec 28th 2018, 14:16 G00DSP33D Again, thanks a lot for your research as well, I hope it also helps you along the 3.x route. Will definitely report back beginning of next week as soon as we can build a proof of concept!
# Dec 28th 2018, 14:15 challgren Yep, but even if your tests just flex the code you can identify issues
# Dec 28th 2018, 14:15 G00DSP33D We will however not make that mistake again, as we pulled out quite some hair along the way.
# Dec 28th 2018, 14:15 G00DSP33D At first our focus was to develop something that could hit the market and ship as viable. And you know how it goes from there. Business starts growing, and focus is on selling more instead of improving and refactoring.
# Dec 28th 2018, 14:14 challgren But now that I started my app in 3.6 I jumped to 3.7 pretty easy with the tests identifying the deprecated methods
# Dec 28th 2018, 14:13 G00DSP33D We too ;-)
# Dec 28th 2018, 14:13 G00DSP33D Alas it wasn't :p
# Dec 28th 2018, 14:13 challgren Ive learned that the hard way