Gabriel

Results 26 comments of Gabriel

@RomainLanz do I have to do anything else in the UserController? I thoguth that doing `Gate.policy('App/Models/User', 'App/Policies/UserPolicy')` would be enough, but maybe I'm wrong because seems like the policy is...

@FrenchMajesty I ended using https://github.com/mikield/adonis-user-policy, I hope it can help you

Another simple metric to check is to count the number of lines in modules and functions. More than once I have found myself trying to understand code from others with...

No, I can use it. Thank you for developing this awesome plugin :-)

@ABuffSeagull I already have a first implementation of this feature working. Maybe I should add a max deep level config value or something like that, but anyway if you think...

I have the same issue, i'm not able tu make it run

@njsfield I think one of the biggest success stories is No Red Ink. They have [this post](http://tech.noredink.com/post/126978281075/walkthrough-introducing-elm-to-a-js-web-app) from Richard Feldman from when they started to use Elm in production.

Pivotal tracker is using Elm in production. Here they have posted their case study https://www.pivotaltracker.com/blog/Elm-pivotal-tracker/

From my point of view, TS is just a super set of ES6, we could call it ESX or whatever. It is cool because it should be easy to learn...

Hi @camerow, thank you for reaching us here. I just have followed the quick-start and I didn't have that issue. Here is a screen shot about how I did it:...