You have
.
- The plural of "{{thing}}" is "
{{ thing | pluralize }}"
- The singular of "{{thing}}" is "
{{ thing | singularize }}"
- The plural of "{{thing}}" is "
{{ thing | inflect:2 }}"
- The singular of "{{thing}}" is "
{{ thing | inflect:1 }}"
- The CamelCase of "{{thing}}" is "
{{ thing | camelize }}"
- The camelCase of "{{thing}}" is "
{{ thing | camelize:true }}"
- The underscore of "{{thing}}" is "
{{ thing | underscore }}"
- The humanize of "{{thing}}" is "
{{ thing | humanize }}"
- The lowercase humanize of "{{thing}}" is "
{{ thing | humanize:true }}"
- The capitalize of "{{thing}}" is "
{{ thing | capitalize }}"
- The dasherize of "{{thing}}" is "
{{ thing | dasherize }}"
- The titleize of "{{thing}}" is "
{{ thing | titleize }}"
- The demodulize "{{thing}}" is "
{{ thing | demodulize }}"
- The tableize "{{thing}}" is "
{{ thing | tableize }}"
- The classify "{{thing}}" is "
{{ thing | classify }}"
- The foreign_key "{{thing}}" is "
{{ thing | foreign_key }}"
- The foreign_key joined-id "{{thing}}" is "
{{ thing | foreign_key:true }}"
- The ordinalize "{{thing}}" is "
{{ thing | ordinalize }}"