Log message #4104845

# At Username Text
# Dec 19th 2017, 15:01 aro but the files are never accessed by cake
# Dec 19th 2017, 15:01 aro i did
# Dec 19th 2017, 15:01 hmic yes. this is where you provide the cert and key
# Dec 19th 2017, 15:01 aro i added those already, but cake doesnt load them
# Dec 19th 2017, 15:01 aro are you talking about the config keys?
# Dec 19th 2017, 15:01 dereuromark or do I need to find a way to iterate over all?
# Dec 19th 2017, 15:01 dereuromark do we have a "cake bake tests all" kind of thing?
# Dec 19th 2017, 15:00 hmic what i said today is all you need to know.
# Dec 19th 2017, 15:00 aro theres nothing in the docs
# Dec 19th 2017, 15:00 aro as i just said, theres nothing to read
# Dec 19th 2017, 15:00 hmic go read!
# Dec 19th 2017, 15:00 hmic i told you
# Dec 19th 2017, 15:00 aro and theres *nothing* in the book or docs about it
# Dec 19th 2017, 14:59 aro i want to connect to the db using certs
# Dec 19th 2017, 14:59 hmic not a hacky tunnel solution
# Dec 19th 2017, 14:59 aro i dont want to use ssh tunnel
# Dec 19th 2017, 14:59 hmic i answered on how it actually works
# Dec 19th 2017, 14:59 hmic no i did not
# Dec 19th 2017, 14:59 aro i am not doing that
# Dec 19th 2017, 14:59 aro you mentioned using ssh tunnel
# Dec 19th 2017, 14:58 joop or you can find in the irc log file,i use a lot to find infos
# Dec 19th 2017, 14:58 aro it didnt really make sense
# Dec 19th 2017, 14:58 aro i looked at it
# Dec 19th 2017, 14:58 hmic aro, i answered in detail before. just scroll up!
# Dec 19th 2017, 14:56 aro does cake support ssl db connections?
# Dec 19th 2017, 14:55 joop i write in a pastebin content https://pastebin.com/efihHFRB
# Dec 19th 2017, 14:50 joop sorry
# Dec 19th 2017, 14:50 joop mmfbmfb
# Dec 19th 2017, 14:50 joop okey i got it
# Dec 19th 2017, 14:49 slackebot3 !ruleone
# Dec 19th 2017, 14:49 slackebot3 Command sent from Slack by neon1024:
# Dec 19th 2017, 14:49 joop now i can acces ModelA.field value in the clusre
# Dec 19th 2017, 14:48 joop if i am in ModelA and i call the closure for ModelA.field how can i pass a ModelB.field(which is associated with ModelA) value
# Dec 19th 2017, 14:47 joop the closure is written for costum validation rule
# Dec 19th 2017, 14:46 joop i am still stuck in pit with closure-s
# Dec 19th 2017, 14:42 jotpe thanks @hmic, but this isn't the problem... o.O
# Dec 19th 2017, 14:37 dereuromark thx
# Dec 19th 2017, 14:37 dereuromark I bet it is just a \\ => / issue or mapping of class name to plugin name and back etc
# Dec 19th 2017, 14:35 neon1024 @dereuromark I’ll take a look at the Muffin/Slug issue now and see if I can get something sorted for a PR :slightly_smiling_face:
# Dec 19th 2017, 14:31 hmic jotpe: you can set a tracking branch to your local one, maybe thats different
# Dec 19th 2017, 14:27 jotpe hey. a non cake related question: I have a remote branch develop and a local branch develop. For some reasons the remote branch diverges from the local. But if i do `git pull` or `git fetch --all` and `git reset --hard` the remote changes are not included. Any idea?