This project is archived and is in readonly mode.

#1942 ✓committed
Jiří Zajpt

[PATCH] Inflection of "databases"

Reported by Jiří Zajpt | February 11th, 2009 @ 04:36 PM | in 2.x

When using Rails singularize method on word 'databases' it returns 'databasis' instead of 'database'. This can lead to whole sort of problems, for example when using word databases in controller name, etc. Example:


>> 'databases'.singularize
=> "databasis"

Patch adds inflection from 'databases' to 'database'.

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

People watching this ticket

Attachments

Referenced by

Pages