Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeremyf/gretel

A painfully simple means of adding breadcrumbs to a rails project
https://github.com/jeremyf/gretel

Last synced: 3 months ago
JSON representation

A painfully simple means of adding breadcrumbs to a rails project

Awesome Lists containing this project

README

        

h1. Gretel

A painfully simple tool for generating Rails based breadcrumbs.

*Given*


Widget.find(1).to_s == 'widget named sue'

*and*

Routed Resource of :widgets

*When*


Gretel.new('/widgets/1').to_s

*Then we get the following HTML*





h3. Thank You

Thank you John Nunemaker (http://github.com/jnunemaker) for saying the original name sucked; In hindsight rails-breadcrumb-trail is kind of dumb.

Thank you Erik Runyon (http://github.com/erunyon) for the name. Much better than what it could have been.