Jonathan Soeder

Results 9 comments of Jonathan Soeder

hi, basically you would just need to make sure the binding that gets passed to the erb renderer is in the context of action view. or whatever context is required...

Hi, just discovered this project and wanted to offer some comments. I've built a similar auto-dll plugin which I never got around to publishing, and was able to avoid having...

Here's just a sample of one of the module entries. I initially filtered by the `depth` property of 2, which is where in this particular app you'll begin to see...

@asfktz yeah that is basically it. What I did with my plugin was create a folder in node_modules/.cache/${ myPackage.name } and after each compiler run, save key information pulled from...

Likewise. That is what I've been doing and I recognize it is a subtle difference, and that subclassing works too I think in large apps with various levels of users...

@eliank just curious but what does your `with_permission_to` implementation actually look like? I like that a lot and would like to borrow it. Just need some more food for thought....

hello gentle men. how did thus turn out?

I think just being explicit about how it works is sufficient. So to be extra safe I just added a `sort()` and noted that the loaders will run alphabetically in...