Log message #4154686

# At Username Text
# Jun 29th 2018, 09:42 lorenzo this is the automatic way: https://github.com/jippi/cakephp-newrelic#appconsolecakephp
# Jun 29th 2018, 09:42 lorenzo since it was our plugin, we just extended it
# Jun 29th 2018, 09:42 lorenzo We added the trait or extended the shell
# Jun 29th 2018, 09:42 lorenzo and manually called this https://github.com/jippi/cakephp-newrelic/blob/master/Trait/NewRelicTrait.php#L22
# Jun 29th 2018, 09:41 dereuromark You mean you need to extend this one?
# Jun 29th 2018, 09:41 lorenzo we added this to most shells https://github.com/jippi/cakephp-newrelic/blob/master/Console/Command/Task/NewRelicTask.php
# Jun 29th 2018, 09:40 edgaras.jan I've added this to AppController ``` public function beforeFilter(Event $event) { if (extension_loaded('newrelic')) { newrelic_name_transaction($this->getRequest()->getParam('controller') . '/' . $this->getRequest()->getParam('action')); } ``` because NewRelic often misdetected controller/action
# Jun 29th 2018, 09:40 lorenzo it probably does, we had to manually instrument newrelic in cli
# Jun 29th 2018, 09:37 dereuromark Who uses newreclic on a heroku cake app? Does it need any more config to detect the web and cli stuff when you select "cakephp" as framework?
# Jun 29th 2018, 09:17 naveenbos before that i need to set up this project in my local machine ubuntu 18.04
# Jun 29th 2018, 08:59 josbeir updating from 2 to 3 is not a small job
# Jun 29th 2018, 08:59 josbeir https://book.cakephp.org/3.0/en/appendices/3-0-migration-guide.html
# Jun 29th 2018, 08:58 josbeir have you checked the migration documentation ?
# Jun 29th 2018, 08:57 naveenbos I have a code base of existing website, am totally new in the cake , I want to know how to migrate schema files to my database and site up in local :p
# Jun 29th 2018, 08:56 josbeir naveenbos, ask your question :slightly_smiling_face: !
# Jun 29th 2018, 08:55 naveenbos I have a question regarding the cakephp migration and upgrade from cake 2.7 to 3.6 :P
# Jun 29th 2018, 08:54 josbeir ah yes :) but forgot to mention it :P
# Jun 29th 2018, 08:53 tim @josbeir Oh I figured you realised that from the snide comment I made about Wallonia last time :P
# Jun 29th 2018, 08:53 josbeir hi, ask your question :slightly_smiling_face:
# Jun 29th 2018, 08:52 naveenbos I have a question regarding the cakephp migration and upgrade from cake 2.7 to 3.6
# Jun 29th 2018, 08:51 naveenbos Hi
# Jun 29th 2018, 08:44 josbeir hey @tim i saw you where from :flag-be: too, always happy to see other ppl/companies over here embracing cakephp :slightly_smiling_face: !
# Jun 29th 2018, 08:26 slackebot4 Action: josbeir is loving gitlab ci/cd
# Jun 29th 2018, 08:09 josbeir monring
# Jun 29th 2018, 07:02 magiq is it correct or I did something wrong with my configuration ?
# Jun 29th 2018, 07:02 magiq or $thos->Auth->user('id')
# Jun 29th 2018, 07:02 magiq $user = $this->Auth->identify() works, but isLoggedIn method not
# Jun 29th 2018, 07:01 magiq I'm using http://www.bravo-kernel.com/2015/04/how-to-add-jwt-authentication-to-a-cakephp-3-rest-api/ jwt plugin
# Jun 29th 2018, 06:52 bravo-kernel howdy :wave:
# Jun 29th 2018, 06:50 admad howdy @bravo-kernel
# Jun 29th 2018, 06:34 bravo-kernel Go @admad :+1::skin-tone-3:
# Jun 29th 2018, 06:24 admad thanks, i got simplescreenrecorder, seeks ok enough for my use case
# Jun 29th 2018, 06:22 steinkel https://en.wikipedia.org/wiki/RecordMyDesktop
# Jun 29th 2018, 06:15 admad i want a desktop app, no need for cloudy stuff, definitely not going to register for anything :slightly_smiling_face:
# Jun 29th 2018, 06:14 steinkel and you can be the only one in that call :P
# Jun 29th 2018, 06:13 steinkel you can record a call to the cloud and share the link
# Jun 29th 2018, 06:13 steinkel I use zoom
# Jun 29th 2018, 06:00 admad any suggestions for screen recorder on linux?
# Jun 28th 2018, 21:05 josbeir woohoo!
# Jun 28th 2018, 20:15 lubos The best idea was to check RadioWidgetTest, below is my working example I needed ... love FormHelper :slightly_smiling_face: ``` 'options' => [ ['value' => 0, 'text' => 'No, not yet'], ['value' => 1, 'text' => 'Yep, sure am!', 'data-test' => 'test'], ], ```
# Jun 28th 2018, 19:12 savant chrispecoraro: what are you trying to do?