02 Oct, 2015

7 commits


01 Oct, 2015

6 commits


30 Sep, 2015

3 commits


29 Sep, 2015

8 commits


28 Sep, 2015

6 commits


26 Sep, 2015

9 commits


25 Sep, 2015

1 commit

  • Fix: force utf-8 on content from external feeds
    
    Error with feeds encoded with 8-bit ascii:
    "#<Encoding::CompatibilityError: incompatible encoding regexp match
    (UTF-8 regexp with ASCII-8BIT string)>"
    
    Example of feed that wasn't working: http://www.bahiacooperativo.coop.br/rss/feed.xml
    
    See merge request !677
    Larissa Reis