Closed stewartknapman closed 11 years ago
Turns out that your gem was being overridden by the twitter-bootstrap-rails gem. In development the bootstrap gem won, yet in production yours did. Strange...
[edit] It was different because the twitter-bootstrap-rails gem was inside the assets block in my gemfile. So it was not being used in production.
Unsure what is causing this or if its a conflict with something else going on in my app. However in development the options that are being passed to render_breadcrumbs are being displayed in the view. I have been unable to find anything on the web about this issue.
Development Env:
results in the following:
Production (hosted on heroku) shows correctly:
The second part to this is that you will notice from the screenshots that development renders the bootstrap styled breadcrumb without a specified builder however the production environment does not. A bootstrap builder must be specified for production but not development?