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

[bugfix release] fix using helpers without default Inflector #90

Merged

Conversation

fivetanley
Copy link
Member

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 GH-74

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
@machty
Copy link

machty commented Sep 15, 2015

👍 Just tried this in my app, fixes the exceptions I was running into when using the hbs helpers.

stefanpenner added a commit that referenced this pull request Sep 15, 2015
[bugfix release] fix using helpers without default Inflector
@stefanpenner stefanpenner merged commit 3482b10 into emberjs:master Sep 15, 2015
@fivetanley fivetanley deleted the fix-helper-singularize-lookup branch September 15, 2015 23:18
fivetanley pushed a commit to fivetanley/data that referenced this pull request Oct 26, 2015
…issues

This should fix issues with handlebars helpers, see
emberjs/ember-inflector#90
fivetanley pushed a commit to emberjs/data that referenced this pull request Oct 27, 2015
…issues

This should fix issues with handlebars helpers, see
emberjs/ember-inflector#90

(cherry picked from commit 0223e2a)
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

Successfully merging this pull request may close these issues.

3 participants