This is a quick followup to my breadcrumb solution. If your application is internationalized, I think you might be interested in the code presented below. If not, stick with the original version.
Tag Archives: filters
Breadcrumbs II: the Internationalization
Leave a comment | tags: before_filter, breadcrumbs, filters, gettext, i18n, internationalization, l10n, localization, ruby on rails | posted in before_filter, breadcrumb, filters, gettext, i18n, internationalization, l10n, localization, ruby on rails
Easy and flexible breadcrumbs for Rails
Most projects I work on require some implementation of breadcrumbs. Unfortunately most solutions that I found take the very simplistic approach: they split the URL and present each part as a link. I really have a hard time imagining that this can be sufficient for any non-trivial app.
I also found session-based implementation, but according to the above mentioned Wikipedia article classification these are path-style breadcrumbs, while I need location-style with a little bit of attribute-style mixed in where needed. That is, the breadcrumbs should normally reflect the page’s location in some (virtual) website hierarchy. Sometimes, while browsing things that are naturally hierarchical (like forum threads/posts, category trees and so on), the breadcrumb trail should also reflect this hierarchy. Read on to see my take on this problem.
38 comments | tags: before_filter, breadcrumbs, filters, ruby on rails | posted in before_filter, breadcrumb, filters, ruby on rails
require ‘brain’Pages
Archives
Top Posts
- On salary negotiation during job interview
- The simplest way to set-up a "we'll be back shortly" page
- Easy and flexible breadcrumbs for Rails
- Cookie handling in multi-domain applications in Ruby on Rails
- TextMate shortcuts you should be using
- Hash bars - simple ASCII-art charts in your console, database or Excel
- Multilingual page caching in Ruby on Rails
- Using assert's message to boost your unit testing productivity
- A simple shuffle that proved not so simple after all
- Unstubbing methods in Mocha
Meta
Blog Stats
- 214,102 hits

