John Ratcliff
John Ratcliff
Thanks for finding a solution! It seems like this is a rather important hole in boundary around engines, since it is possible to `link-to` anywhere in the host without the...
Just ran into this as well. It looks like this is a limitation of audited: https://github.com/collectiveidea/audited/issues/316 `has_associated_audits` is meant to mirror `audited associated_with:`, but the latter assumes it is dealing...
This is also affecting our app. The use case is we have a parent route with a list of items and some filtering QP's, and a child route that is...
For browser errors this seems like it is more of an issue of noise. However, with Fastboot this becomes a bit more difficult, since the [throw](https://github.com/emberjs/ember.js/blob/56d60eac537933e20ef66e735299b81dba9a1788/packages/%40ember/application/instance.js#L260) will stop everything. I...
A bit of an old issue, but we're running into this too. This seems to work: ``` job_type :runner, "cd :path && bin/rails runner -e :environment \":task\" :output" ```
Thanks for the report! It looks like block params are not currently set up to work for brackets and glimmer components. This may take a bit more refactoring to support,...
This is related, but the colon helpers also do not work on components
:+1: This is a cool idea
While doing some work on the docs I discovered this already exists! ``` = my-component .foo#bar ``` [output](http://emblemjs.com/#/sandbox?encodedTemplate=PSBteS1jb21wb25lbnQgLmZvbyNiYXI%3D) There are a couple of limitations: - class names are not combined...
We haven't bee using immediateRender. We'll give that a try and report back what we find.