Damien Biasotto
Damien Biasotto
Also you shouldn't use `sudo` to install package globally, setting the global prefix to a folder in your `$HOME` in your npm config will do the trick.
What is the status of this pull request? Also, correct me if I'm wrong, but once merged could it help us import private elm packages?
Should it sill be open since PR #730 was merged?
I don't know if it should be in core. In my opinion it should be an official plugin, and we could base it on http://opauth.org. What do you think ?
you have have to pass model instance to data validator on model construct().
sorry my first message was confusing. You have to set validator on model construct . But using CroogoAppModel fits well in my opinion .
Some feedbacks on this one. there is a wip branch here : https://github.com/damien-biasotto/croogo/tree/feature/model-validator I've almost extracted every validation rules from to validator (Two Plugins not done yet : Users and...
Doh, I noticed it when I did Users validation extraction, and I forgot to change others Plugin Domains for croogo one ... Sorry I'll change that asap.
I need to fix somes tests (Nodes/Model/NodeTest.php and Users/Model/UserTest.php) and I hope PR it soon
May be we could replace _vfsStream_ submodule dependency with composer dependency `"mikey179/vfsStream":"1.4.0"`