This project is archived and is in readonly mode.

#4473 ✓committed
Cezary Baginski

Rails 3.0 encoding fixes for unit tests

Reported by Cezary Baginski | April 25th, 2010 @ 06:45 PM | in 3.0.2

I'm trying to get Rails 3.0 tests to work with any combination of Ruby (1.8.7, 1.9.1, ruby-head) and Ruby standard encoding (-Ku -Kn -Ks -Ke and no option).

The possibility to run any such combination will help Rails encoding support by:

  • testing for encoding correctness without the need for more test cases
  • helping find missing encoding comments in source files
  • detecting bad encoding assumptions, etc.
  • preventing encoding regressions unnoticeable otherwise
  • helping users create more robust and helpful patches

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