Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inflector irregular singularize rules #8671

Merged
merged 1 commit into from
Jan 21, 2013
Merged

Inflector irregular singularize rules #8671

merged 1 commit into from
Jan 21, 2013

Conversation

xuanxu
Copy link
Contributor

@xuanxu xuanxu commented Jan 1, 2013

The rules to singularize the singular in Inflector's irregular method were missing. Without them the new test case added fails.

This PR fix it adding the singular rules for irregular. And fixes #8605

@fxn
Copy link
Member

fxn commented Jan 21, 2013

These seem like an overlook to me, if there is a reason to skip these singular rules please someone shout.

fxn added a commit that referenced this pull request Jan 21, 2013
Inflector irregular singularize rules
@fxn fxn merged commit 3f18f73 into rails:master Jan 21, 2013
@xuanxu xuanxu deleted the fix_irregular branch January 23, 2013 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Singularizing singular words added with #irregular does not work
2 participants