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
944 stars 188 forks source link

NameSpace collision with twitter-bootstrap-rails #64

Closed ngelx closed 10 years ago

ngelx commented 10 years ago

I just found that render_breadcrumbs has a name collision with twitter-bootstrap-rails gem twitter_breadcrumbs_helper.render_breadcrumbs

This raise issues like #59 and others like "undefined method `html_safe' for [whatever_option_pased_to_render_breadcrumbs]:Hash"

weppos commented 10 years ago

This duplicates #56 and there is a PR at #54.

ngelx commented 10 years ago

Sorry, I've missed that PR. I will try to help there.