Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #5316 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

[PATCH] routing_error.rhtml contains control characters

Reported by: skaes Assigned to: David
Priority: normal Milestone:
Component: ActionPack Version:
Severity: normal Keywords:
Cc:

Description

Control characters inside .rhtml files cause problems with ruby1.84 on windows. attached patch replaces them by white space.

Attachments

routing_cntrl_chars.diff (0.9 kB) - added by skaes on 06/07/06 09:19:32.

Change History

06/07/06 09:19:32 changed by skaes

  • attachment routing_cntrl_chars.diff added.

06/08/06 16:18:21 changed by minam

  • status changed from new to closed.
  • resolution set to fixed.

(In [4445]) Remove problematic control chars in rescue template. (closes #5316)