This project is archived and is in readonly mode.

#4978 ✓resolved
Norman Clarke

AS::Multibyte::Chars: Don't override methods that work properly in 1.9.2

Reported by Norman Clarke | June 26th, 2010 @ 04:02 AM | in 3.0.2

A recent patch of mine made String#mb_chars use a proxy class for 1.9.x. This class overrode some methods that were buggy in 1.9.1. but that work in 1.9.2.

Since Rails officially now only supports 1.8.7 and 1.9.2, these methods should no longer be overridden. The patch I'll attach fixes this issue.

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>

Attachments

Referenced by

Pages