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

Ticket #591 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

[PATCH] stringify_keys and stringify_keys! analogs to symbolize_keys

Reported by: ulysses Assigned to: ulysses
Priority: normal Milestone:
Component: ActiveSupport Version: 0.9.5
Severity: minor Keywords: symbolize_keys stringify_keys
Cc:

Description

This patch adds Hash#stringify_keys and Hash#stringify_keys! for converting a hash's keys to strings.

Attachments

stringify_keys.diff (2.0 kB) - added by Ulysses on 02/06/05 22:56:22.
Patch adding Hash#stringify_keys and Hash#stringify_keys!

Change History

02/06/05 22:56:22 changed by Ulysses

  • attachment stringify_keys.diff added.

Patch adding Hash#stringify_keys and Hash#stringify_keys!

02/15/05 02:05:48 changed by david

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