module InflectorTestCases
- CamelToUnderscore
-
- CamelToUnderscoreWithoutReverse
-
- CamelWithModuleToUnderscoreWithSlash
-
- ClassNameToForeignKeyWithUnderscore
-
- ClassNameToForeignKeyWithoutUnderscore
-
- ClassNameToTableName
-
- Irregularities
-
- MixtureToTitleCase
-
- MixtureToTitleCaseWithKeepIdSuffix
-
- OrdinalNumbers
-
- SingularToPlural
-
- StringToParameterizePreserceCaseWithUnderscore
-
- StringToParameterizePreserveCaseWithNoSeparator
-
- StringToParameterizeWithNoSeparator
-
- StringToParameterizeWithUnderscore
-
- StringToParameterized
-
- StringToParameterizedAndNormalized
-
- StringToParameterizedPreserveCase
-
- SymbolToLowerCamel
-
- UnderscoreToHuman
-
- UnderscoreToHumanWithKeepIdSuffix
-
- UnderscoreToHumanWithoutCapitalize
-
- UnderscoreToLowerCamel
-
- UnderscoresToDashes
-