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

Ticket #4493 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

[PATCH] Fix for fragment caching binary files on Windows

Reported by: bellis@deepthought.org Assigned to: David
Priority: normal Milestone: 1.1
Component: ActionPack Version: 1.1.0 RC1
Severity: minor Keywords:
Cc:

Description

Since windows differentiates between ascii and binary file IO, we need to explicitly read the file in binary mode, or else fragment caches of binary data will break.

Patch is attached.

Attachments

windows_fragment_cache_read_fix.diff (0.5 kB) - added by bellis@deepthought.org on 03/30/06 00:42:12.
Patch for FileStore read method under Windows

Change History

03/30/06 00:42:12 changed by bellis@deepthought.org

  • attachment windows_fragment_cache_read_fix.diff added.

Patch for FileStore read method under Windows

04/01/06 20:41:55 changed by david

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

(In [4125]) Fixed fragment caching of binary data on Windows (closes #4493) [bellis@deepthought.org]