archan937 / rich_cms

Enrichments (e9s) module for a pluggable CMS frontend
http://codehero.es/rails_gems_plugins/rich_cms
MIT License
42 stars 16 forks source link

Fixed 1.9.2 compatibility #14

Closed Johpie closed 13 years ago

Johpie commented 13 years ago

Edited two places:

Rich::Cms::Content::Group line 8: Cast the Struct.members to strings (1.8 returns Strings, 1.9 returns Symbols)

Rich::Cms::Content::Group line 40: Cast k into a string (is a Symbol in 1.9)

Jzip also needs to be fixed to to make this work.