Hello,
Rendering a partial with UTF8 content inside a content_for block is currently the only thing that's breaking my application under Ruby 1.9. The following patch fixes this.
http://rails.lighthouseapp.com/projects/8994/tickets/1988
actionpack/lib/action_view/renderable.rb | 5 +++-- .../test/fixtures/test/content_for_utf8.html.erb | 5 +++++ actionpack/test/template/render_test.rb | 12 ++++++++++-- 3 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 actionpack/test/fixtures/test/content_for_utf8.html.erb
Cheers, JS