Module: Inflections (ActiveSupport::CoreExtensions::String)

Overview
Module Structure
Class Hierarchy
Instance Methods
Inflections#pluralize
Inflections#singularize
Inflections#camelize / 1
Inflections#titleize
Inflections#underscore
Inflections#dasherize
Inflections#demodulize
Inflections#parameterize / 1
Inflections#tableize
Inflections#classify
Inflections#humanize
Inflections#foreign_key / 1
Inflections#constantize
is a submodule of
module: String ( ActiveSupport::CoreExtensions )
is included by
class: String ( Builtin-Module )
has properties
method: pluralize   
method: singularize   
method: camelize / 1   
method: titleize   
method: underscore   
method: dasherize   
method: demodulize   
method: parameterize / 1   
method: tableize   
method: classify   
method: humanize   
method: foreign_key / 1   
method: constantize   
is defined at
#10 in active_support/core_ext/string/inflections.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
class: String     
  module: ActiveSupport
  module: CoreExtensions
  module: String
module: Inflections     

Class Hierarchy

Object ( Builtin-Module )
  String     

Instance Methods

Inflections#pluralize

#19 in active_support/core_ext/string/inflections.rb

pluralize

Inflections#singularize

#31 in active_support/core_ext/string/inflections.rb

singularize

Inflections#camelize / 1

#44 in active_support/core_ext/string/inflections.rb

camelize ( first_letter = :upper )

Inflections#titleize

#60 in active_support/core_ext/string/inflections.rb

titleize

Inflections#underscore

#71 in active_support/core_ext/string/inflections.rb

underscore

Inflections#dasherize

#78 in active_support/core_ext/string/inflections.rb

dasherize

Inflections#demodulize

#86 in active_support/core_ext/string/inflections.rb

demodulize

Inflections#parameterize / 1

#105 in active_support/core_ext/string/inflections.rb

parameterize ( sep = '-' )

Inflections#tableize

#115 in active_support/core_ext/string/inflections.rb

tableize

Inflections#classify

#129 in active_support/core_ext/string/inflections.rb

classify

Inflections#humanize

#138 in active_support/core_ext/string/inflections.rb

humanize

Inflections#foreign_key / 1

#150 in active_support/core_ext/string/inflections.rb

foreign_key ( separate_class_name_and_id_with_underscore = true )

Inflections#constantize

#161 in active_support/core_ext/string/inflections.rb

constantize