Breadcrumb trail – Rails plugin

This plugin adds a breadcrumb trail to your Rails application.

In your action:

In your layout or view:

Generates something like:

[RAW]

[/RAW]

You should use CSS to style the breadcrumb trail. See the example in public/stylesheets.

2 Responses to “Breadcrumb trail – Rails plugin”

  1. Mark H says:

    your test is lacking. Not a good sign for the plugin…
    http://github.com/nigelramsay/breadcrumb_trail/blob/6b074e5212cebb5f9e7b67352b582a6f1da416ed/test/breadcrumb_trail_test.rb

    require ‘test/unit’

    class BreadcrumbTrailTest < Test::Unit::TestCase
    # Replace this with your real tests.
    def test_this_plugin
    assert(true, “Replace with actual test”)
    end
    end

  2. nigel says:

    You’re right, it’s a bit slack.

    Feel free to fork the project, and make a contribution ;-)

Leave a Reply