I’m working on an Ember app which uses Ember Data. We mainly use Rails and Postgres for the backend, but a smaller portion of our data is stored in a WordPress backend. WordPress is running on wp.example.com. Ember Data is setup to work with both the Rails and WordPress backends, so I can do things like this: Now I’d like
Tag: ember-data
Ember Octane Upgrade How to pass values from component to controller
Upgrade from Ember <3.15 to >=3.15. How do I pass form values from a controller into a component? I cannot begin to explain the number of diagnostic combinations attempted and their corresponding errors received. So, I figure it best to ask how it should be done correctly? Is Glimmer involved? A simple example: pass a change password from old password