Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helpers are not accessible to normal add-on consumers #74

Open
2 tasks
stefanpenner opened this issue Mar 25, 2015 · 2 comments
Open
2 tasks

helpers are not accessible to normal add-on consumers #74

stefanpenner opened this issue Mar 25, 2015 · 2 comments

Comments

@stefanpenner
Copy link
Member

  • ember-data should no longer auto-include these helpers
    • basically its a bug in this repo that they are included auto-matically
    • i'll release 2.x with that fixed
    • @bmac we should coordinate on another ember-inflector / ember-data release
  • we should offer the helpers as an idiomatic ember-addon normally does. (although as they are non-dasherized, so forcibly included an initializer)
@pixelhandler
Copy link

Any update on using ember-inflector in ember-cli (without Ember Data)?

@stefanpenner
Copy link
Member Author

Any update on using ember-inflector in ember-cli (without Ember Data)?

It should "just work", the helpers require some extra manual hookups though. I can't make it automatic, without ember-data deprecating the helpers accidentally exposed.

cc @fivetanley @igorT @bmac

fivetanley pushed a commit to fivetanley/ember-inflector that referenced this issue Sep 15, 2015
The singularize and pluralize helpers previously imported the
helpers previously without a default Ember Inflector instance,
which would cause issues for Ember CLI users.

refs emberjsGH-74
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants