rstacruz / sinatra-assetpack

Package your assets transparently in Sinatra.
http://ricostacruz.com/sinatra-assetpack/
MIT License
542 stars 96 forks source link

Character encoding wrangling doesn't work in Ruby 1.8. Bypass if not supported. #51

Closed mikesten closed 11 years ago

mikesten commented 12 years ago

Strings don't have force_encoding and the Encoding class doesn't exist. Added a little respond_to? check around the call.