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

Make Second Argument on add_breadcrumb Optional #6

Closed kyledecot closed 11 years ago

kyledecot commented 13 years ago

I was previously using the Crummy gem which is very similar to yours but yours seems much more reliable. The only problem that I have is that you can't do something like add_breadcrumb "Current Page" which in Crummy would just render text instead of a link to indicate that you're currently on that page. It would be a nice if you could include this in one of your future updates.

Keep up the good work!

nikosd commented 13 years ago

+1 for this

tedlin182 commented 13 years ago

Ditto...

christophermanning commented 12 years ago

Yes, please :D

Now, I use request.url as the second argument when I just want text.

weppos commented 12 years ago

This seems to be a most wanted feature. I'll try to include it in the upcoming release.

kyledecot commented 12 years ago

Thanks for all your hard work so far!

stanislaw commented 12 years ago

+1

Temporary workaround - to pass something not string-like into second argument (I do empty proc{} now ;) )

mpartel commented 12 years ago

Included in pull request: #32.

weppos commented 11 years ago

Merged patch GH-32.