weppos / breadcrumbs_on_rails

A simple Ruby on Rails plugin for creating and managing a breadcrumb navigation.
https://simonecarletti.com/code/breadcrumbs-on-rails
MIT License
942 stars 187 forks source link

ActionView::Template::Error (can't convert Symbol into String) #48

Closed ronaldoaraujo closed 11 years ago

ronaldoaraujo commented 11 years ago

Using unicorn and rails 3.2.13 in production have bug ActionView::Template::Error (can't convert Symbol into String): 1: <div class="faixa2-interna"> 2: <div class="faixa2-interna-content"> 3: <%= render_breadcrumbs raw("&raquo;") %> 4: </div> 5: </div> app/views/layouts/processo_seletivo/_barra_links.html.erb:3:in _app_views_layouts_processo_seletivo__barra_links_html_erb__2678631049141784605_67002920' app/views/layouts/processo_seletivo.html.erb:16:in_app_views_layouts_processo_seletivo_html_erb___1052092167412163333_65725860'

Debug details: Exception TypeError' at /home/apps/sgo/shared/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/core_ext/string/output_safety.rb:169 - can't convert Symbol into String ExceptionActionView::Template::Error' at /home/apps/sgo/shared/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/template.rb:321 - can't convert Symbol into String Exception `ActionView::Template::Error' at /home/apps/sgo/shared/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications/instrumenter.rb:23 - can't convert Symbol into String

ronaldoaraujo commented 11 years ago

I am using twitter-bootstrap-rails, which already has a gem included removed the gem and everything worked ... Sorry.