Log message #4151881

# At Username Text
# Jun 15th 2018, 18:10 itmpls have you done it specific to cake though?
# Jun 15th 2018, 18:10 mikesmoniker I think there was also a full stack radio podcast episode about it somewhat recently, if I remember correctly.
# Jun 15th 2018, 18:09 mikesmoniker @itmpls Sure. I’ve worked on multi-tenant apps that did it both of the common ways. I’d hit the Google, as there is a lot written out there on the subject.
# Jun 15th 2018, 18:03 itmpls more specifically i suppose, has anyone delegated a db per client/tenant in a saas architecture? or not?
# Jun 15th 2018, 18:00 slackebot ~tell medes about anyone
# Jun 15th 2018, 18:00 slackebot Command sent from Slack by admad:
# Jun 15th 2018, 17:58 blackjccl Hi community
# Jun 15th 2018, 17:57 itmpls has anyone done any saas stuff?
# Jun 15th 2018, 16:38 camdenbassett @dereuromark Yes, thanks. I'll most likely put just put them in the webroot folder, but it's good to know I'd need to do some through-putting if I stored it somewhere else.
# Jun 15th 2018, 16:20 ngashpoll Thanks @dereuromark for clarifying that.
# Jun 15th 2018, 16:12 dereuromark camdenbassett: that depends if they may be public or not. the latter must NOT be in the webroot obviously, but served via some response through-putting from below the surface (e.g. stored in /files or sth)
# Jun 15th 2018, 16:01 camdenbassett Ah, thanks. It didn't look like there was a recommended folder, but I thought I'd just check. Thanks for the info
# Jun 15th 2018, 16:00 ngashpoll Hi @camdenbassett, there is no specific recommended folder to store files but you can add a folder under webroot to store files.
# Jun 15th 2018, 15:57 camdenbassett Hello everyone. Quick question, is there any recommended folder to store pdfs, mp3s, and other downloadable content in the CakePHP folder structure?
# Jun 15th 2018, 15:22 josbeir altho probably not strict enough...
# Jun 15th 2018, 15:21 josbeir => http://php.net/manual/en/migration71.new-features.php#migration71.new-features.iterable-pseudo-type
# Jun 15th 2018, 15:20 josbeir @dereuromark in 7.1 theres iterable pseudo type that can be used as typehint ?
# Jun 15th 2018, 15:04 josbeir File uploaded https://cakesf.slack.com/files/UAG1HNWKT/FB896HJSX/image.png / https://slack-files.com/T053DPNCM-FB896HJSX-4a7798b1e4
# Jun 15th 2018, 15:02 josbeir bit lame :P
# Jun 15th 2018, 15:02 josbeir @dereuromark i know but thats not convenient, for instance when i manipulate date in beforeMarshal i need to do getArrayCopy, manipulate, then loop trough the Hash::inserted array en reset the keys on the object
# Jun 15th 2018, 14:50 mdotobie does anyone have any experience using Sentry with Cake?
# Jun 15th 2018, 14:47 itmpls did cake change how plugins are loaded in 3.6?
# Jun 15th 2018, 14:09 dereuromark but without typehint you need to internally be defensive with check+exception etc. so typehinting just makes it a bit less clunky
# Jun 15th 2018, 14:08 dereuromark those could be casted to array easily, but yeah, maybe we can keep both for now. no typehint then
# Jun 15th 2018, 13:53 josbeir Hmm should Hash::insert only accept array type as its data argument, this should also work with ArrayObjects
# Jun 15th 2018, 13:26 tim Then perhaps it's a routing issue
# Jun 15th 2018, 13:26 birdy247 It never gets as far as the controller
# Jun 15th 2018, 13:26 tim Then you need to figure out why it's 404'ing, that's something the controller returns for some reason
# Jun 15th 2018, 13:25 birdy247 dd($this->_response->getStatusCode());
# Jun 15th 2018, 13:25 birdy247 I always get a 404
# Jun 15th 2018, 13:24 tim use $this->_response in your test
# Jun 15th 2018, 13:21 birdy247 Id like to see the response object
# Jun 15th 2018, 13:21 birdy247 I tried dd('here'); in the method I am posting to, but it never reaches it
# Jun 15th 2018, 13:20 birdy247 How do I see exactly what has happened when I "post"
# Jun 15th 2018, 13:20 birdy247 I am creating an integration (controller) test.
# Jun 15th 2018, 13:20 birdy247 Hi
# Jun 15th 2018, 12:56 valentin Hi all, anybody have a problem with stored procedure (in and out) with cakephp ?
# Jun 15th 2018, 12:36 edgaras.jan Is `Router::addUrlFilter()` compatible with `new RoutingMiddleware($this, '_cake_routes_')`? It looks like it skips `Router::addUrlFilter()` from `routes.php`
# Jun 15th 2018, 12:26 lorenzo use a closure that internally calls the Users method
# Jun 15th 2018, 12:26 spriz The TableRegistry
# Jun 15th 2018, 12:26 spriz do’h