This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Jeremy Friesen (author)
Wed Apr 22 12:37:44 -0700 2009
gretel /
| name | age | message | |
|---|---|---|---|
| |
README.textile | ||
| |
Rakefile | ||
| |
gretel.gemspec | ||
| |
lib/ | ||
| |
test/ |
README.textile
and
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
<div id="breadcrumb_trail"> <p> <a href='/'>home</a> » <a href="/widgets">widgets</a> » <a href="/widgets/1">widget named sue</a>
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.








