discourse/app
5minpause 4ee1bc6320 Changes RSS item creation to prevent encoding errors
SimpleRss is unreliable with parsing RSS feeds that contain German Umlauts.
For example this feed http://www.lauffeuer-lb.de/api/v2/articles.xml can't be
parsed by SimpleRss. Discourse's logs are full of

```
Job exception: Wrapped Encoding::CompatibilityError: incompatible character encodings: ASCII-8BIT and UTF-8
Job exception: incompatible character encodings: ASCII-8BIT and UTF-8
```

The embedding fails because the feed can't be parsed.

This change forces the encoding (using #scrub)  which prevents the numerous
encoding errors.
2015-07-20 14:30:42 +02:00
..
assets FIX: add border-top on the first tr in topic-list 2015-05-12 09:26:35 +02:00
controllers Upgrade Notifications to fix deprecations and use store 2015-05-11 11:20:45 -04:00
helpers FIX: include youtube link in embedded comments 2015-05-01 18:34:45 +05:30
jobs Changes RSS item creation to prevent encoding errors 2015-07-20 14:30:42 +02:00
mailers FIX: error when user name was nil 2015-05-06 23:56:34 +02:00
models remove s3 deprecation warning, we will continue to support it 2015-05-12 08:27:25 +10:00
serializers Upgrade Notifications to fix deprecations and use store 2015-05-11 11:20:45 -04:00
services fix typo 2015-05-11 18:05:18 +10:00
views Ember 1.11 broken WIP 2015-05-11 11:18:37 -04:00