breadcrumbs_on_rails
breadcrumbs_on_rails copied to clipboard
A simple Ruby on Rails plugin for creating and managing a breadcrumb navigation.
Results
3
breadcrumbs_on_rails issues
Sort by
recently updated
recently updated
newest added
Follows the standard mentioned here: https://developers.google.com/search/docs/data-types/breadcrumb#year-genre%20example
Since the breadcrumbs gem is tightly coupled with controllers, I wonder if there is a way to use it outside a controller by explicitly including it in a class. This...
Use a new helper_method "next_breadcrumbs" to support multiple breadcrumbs.