Stefan Penner
Stefan Penner
> 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...
https://github.com/stefanpenner/ember-inflector/pull/41/files seems to already do this? Or maybe i need further clarification.
@kbullaughey do you have 2 verison of ember-inflector ? ember-data does bring one with as-well...
how does rails active_support handle this?
@fsmanuel interesting, this does look like an issue.
My preference would be to fix the root of the problem, rather then adding this to many add-ons. More details -> https://github.com/kellyselden/ember-cli-node-modules-to-vendor/pull/62#issuecomment-324391904
> My curiosity is… Since I will never ask my API for 10K records, does ember-collection also mange loading records in chucks? typically I have accomplished this successfully at a...
> but essentially the idea is send an action when the visible content changes, so you can load more content as needed. yes, this sort of protocol i believe is...
This library aims to be compatible with ruby’s Active-support. So if they have this, we can also change.
Then I suspect we should leave it as is. That being said, I’m totally not apposed to a secondary language pack / config option, that has a more actively maintained...