Ember inflector

Because I’ve been blogging about some handy Active Support methods in Ruby on Rails like parameterize and presence, I thought today I would mention one that is also available for Ember called ember-inflector.

Ember Inflector is a library for inflecting words between plural and singular forms. Ember Inflector aims to be compatible with ActiveSupport::Inflector from Ruby on Rails, including the ability to add your own inflections in your app.

I wonder what other Ember libraries replicate Active Support features?