MarkMT
MarkMT
I think that would be useful. FYI I've been looking at the overall presentation of actions in the guides and I think there are a few organizational issues that need...
I have a branch with some work I've done in the last few days https://github.com/MarkMT/guides/tree/actions_guide that I'm getting ready for a PR. The changes are to the "Templates - Actions"...
Thanks. FYI I have done a little more work on templates/actions.md since yesterday. I think it's close to what I'd be happy to put in a PR.
`DS.Store.queryRecord()` takes a `modelName` and a `query` and if used with the JSONAPIAdapter will will create a server request with the query object serialized as the URL query string, e.g....
One extra comment... in [Components - Handling Events](https://guides.emberjs.com/v2.9.0/components/handling-events/), I think the section "Sending Actions" is perhaps poorly named. In context, it seems to me that the real issue being discussed...
Here is a draft of what I have in mind for [Components - Handling Events](https://guides.emberjs.com/v2.9.0/components/handling-events/): https://github.com/MarkMT/guides/blob/actions_guide/source/localizable/components/handling-events.md
One more point to add to this... 6.. Organization In [Components - Wrapping Content in a Component](https://guides.emberjs.com/v2.8.0/components/wrapping-content-in-a-component/) the block form of a component is introduced as if this is a...
Thanks. Good to know.