Coder Social home page Coder Social logo

Comments (9)

rwjblue avatar rwjblue commented on July 17, 2024

This is because modelForModel with integration: true is not running the initializers (or the setup code from isolatedContainer).

I think we should be adding all of these registrations from [inside the _setupIntegrationContainer](https://github.com/switchfly/ember-test-helpers/blob/0a514b2367c19cf6f67728629617b63c55128dfc/lib/ember-test-helpers/test-module.js#L222-L238) in addition to calling Ember.Application.buildRegistry`.

from ember-test-helpers.

rwjblue avatar rwjblue commented on July 17, 2024

We should extract those registrations into a stand alone function, then call it from both isolatedContainer and _setupIntegrationContainer.

from ember-test-helpers.

mitchlloyd avatar mitchlloyd commented on July 17, 2024

Thanks for the quick reply! For now I've got a workaround using DS._setupContainer(this.container).

from ember-test-helpers.

wagenet avatar wagenet commented on July 17, 2024

@rwjblue you also said this was the same as the "missing component:-text-area" stuff, right?

from ember-test-helpers.

rwjblue avatar rwjblue commented on July 17, 2024

Yes

from ember-test-helpers.

nikz avatar nikz commented on July 17, 2024

Added a failing test for this in #51

from ember-test-helpers.

mitchlloyd avatar mitchlloyd commented on July 17, 2024

Does it seem reasonable that Ember and Ember Data could maintain this list of registrations?

For instance, in Ember, this minimal set of container items could be extracted from the application buildRegistry method and be exposed as a public API.

I know that is beyond the scope of this bug, but I just wanted to see if this was a decent idea.

from ember-test-helpers.

rwjblue avatar rwjblue commented on July 17, 2024

@mitchlloyd - Both Ember Data (in the last couple versions) and Ember (since 1.0.0!) have a mechanism for populating a container with what is needed for a default setup. Unfortunately, we haven't been using them here. I submitted #49 to resolve that, and remove this super annoying hard-coding of registrations/options/etc.

from ember-test-helpers.

rwjblue avatar rwjblue commented on July 17, 2024

Resolved and released in [email protected] and [email protected].

from ember-test-helpers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.