Closed kyledecot closed 11 years ago
+1 for this
Ditto...
Yes, please :D
Now, I use request.url
as the second argument when I just want text.
This seems to be a most wanted feature. I'll try to include it in the upcoming release.
Thanks for all your hard work so far!
+1
Temporary workaround - to pass something not string-like into second argument (I do empty proc{} now ;) )
Included in pull request: #32.
Merged patch GH-32.
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!