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

pluralize, singularize helpers no longer available after inflector update #3658

Closed
typeoneerror opened this issue Aug 14, 2015 · 6 comments
Closed
Labels
🏷️ bug This PR primarily fixes a reported issue

Comments

@typeoneerror
Copy link

I am getting an error after upgrading to latest ember data:

Uncaught Error: Assertion Failed: A helper named 'pluralize' could not be found

Doesn't appear that the helper is being registered as it was previously based on this commit.

emberjs/ember-inflector@ca707a6

@typeoneerror
Copy link
Author

Seems to work again if I add ember-inflector to npm modules.

@bmac
Copy link
Member

bmac commented Oct 21, 2015

@typeoneerror what version of Ember Data are you using?

@typeoneerror
Copy link
Author

@bmac 1.13.13

@bmac bmac added the Bug label Oct 21, 2015
@bmac
Copy link
Member

bmac commented Oct 21, 2015

Thanks @typeoneerror. This is defiantly a regression.

@joebartels
Copy link

fwiw also issue on 1.13.15 . Do we know if this is fixed in 2.x versions?

@bmac
Copy link
Member

bmac commented Jun 24, 2016

I just tried this with Ember Data 2.6 and Ember CLI 2.6 and the issue appears to be fixed.

@bmac bmac closed this as completed Jun 24, 2016
@runspired runspired added 🏷️ bug This PR primarily fixes a reported issue and removed Bug labels Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bug This PR primarily fixes a reported issue
Projects
None yet
Development

No branches or pull requests

4 participants