Log message #4193423

# At Username Text
# Jul 16th 2019, 09:36 neon1024 I did
# Jul 16th 2019, 09:36 graziel @neon1024 just cast it to string `(string)$this->_response->getBody();`
# Jul 16th 2019, 09:28 neon1024 `"result": false` seems I have bigger fish to fry this morning! ;)
# Jul 16th 2019, 09:28 neon1024 Ah well :man-shrugging:
# Jul 16th 2019, 09:27 neon1024 I don’t like code which doesn’t describe it’s functionality
# Jul 16th 2019, 09:26 dereuromark also see my old PR for docs: https://github.com/cakephp/docs/pull/5956
# Jul 16th 2019, 09:25 dereuromark i know :slightly_smiling_face: i complained about this a while ago. The apparently documented (string) cast is enough they say.
# Jul 16th 2019, 09:24 neon1024 `var_dump($this->_response->getBody()->__toString());` seems to be the way, which is horrible
# Jul 16th 2019, 09:23 neon1024 There isn’t a clear method for ‘getting the response as human readable string’
# Jul 16th 2019, 09:23 dereuromark ah, actually `bin/cake i18n extract --plugin Queue` does put it into the plugins src/Locale folder :slightly_smiling_face:
# Jul 16th 2019, 09:23 neon1024 I’m constantly confused by the Response class returning a StreamInterface as a body
# Jul 16th 2019, 09:07 neon1024 With the `IntegrationTestTrait`, how do I set headers for the `post()` method? I don’t see a way
# Jul 16th 2019, 09:05 neon1024 Yes, bake. Migrations? I’m not even migrating :face_palm:
# Jul 16th 2019, 09:05 neon1024 @admad Would you like me to open an issue on cakephp/migrations about the data types for fixtures? Or is that a bake issue?
# Jul 16th 2019, 09:03 neon1024 We certainly don’t have any international projects, I’ve done one I think in my time here
# Jul 16th 2019, 09:03 dereuromark I feel like there is some tooling missing here to make life easier for this kind of thing. But yeah, most backends are kind of default english only anyway
# Jul 16th 2019, 09:00 neon1024 @dereuromark I don’t, but then I’m English and we’re a bit narrow minded on the whole localisation thing
# Jul 16th 2019, 08:57 dereuromark Do people ship their plugins with a default po(t) file? If so, do they do some extraction automation on it regurarly?
# Jul 16th 2019, 08:24 cakephp-slack Hello, I have a CakePHP 2 plugin and I would like to load an app-specific config file. I think this config file should be placed in the app/Config/my-plugin.php (of the app using the plugin) but how do I go about loading this config file in my plugin?
# Jul 16th 2019, 08:21 felix.robaglia ``` public function buildRules(RulesChecker $rules) { $rules->add($rules->isUnique(['email'], 'Ce mail est déjà utilisé.')); return $rules; }```
# Jul 16th 2019, 08:21 felix.robaglia here is the code :
# Jul 16th 2019, 08:21 felix.robaglia Hello, I have a rules in my UsersTable that says mail must be unique, but is there a way to say "email must not exist on another row, unless the 'deleted' column is not null in this case we can use that mail" ?
# Jul 16th 2019, 08:20 neon1024 I have PostcodeType, TelephoneType and EncryptedStringType classes
# Jul 16th 2019, 08:20 neon1024 Yep
# Jul 16th 2019, 08:12 admad @neon1024 so your custom type is called "Telephone" ?
# Jul 16th 2019, 08:03 neon1024 This seems like a bug to me
# Jul 16th 2019, 08:03 neon1024 `'telephone_number' => ['type' => 'telephone', 'length' => 255, 'null' => false, //etc`
# Jul 16th 2019, 08:03 neon1024 I just baked a fixture which has a custom data type, and it came out as
# Jul 16th 2019, 02:20 markstory Fixed now
# Jul 16th 2019, 02:05 markstory bake docs are currently broken, I’m working on fixing them :slightly_smiling_face:
# Jul 16th 2019, 00:48 yamcomnet Thanks guys for the support!
# Jul 16th 2019, 00:47 yamcomnet my God!
# Jul 16th 2019, 00:15 challgren @ndm with the eagle eye!
# Jul 16th 2019, 00:15 ndm it should be `ADmad` with a capital `D`
# Jul 16th 2019, 00:05 yamcomnet i think that this is again the same problem. Just cannot figure out how paths are different this time
# Jul 16th 2019, 00:04 yamcomnet yep
# Jul 16th 2019, 00:04 challgren Did you `composer install`?
# Jul 16th 2019, 00:04 slackebot <yamcomnet>
# Jul 16th 2019, 00:03 slackebot <yamcomnet>
# Jul 16th 2019, 00:02 yamcomnet i will do that. Just after i have figured out next problem. Moving to another server and when loading that same plugin i get
# Jul 15th 2019, 22:44 challgren File a issue in the git repo for that