README.textile in crummy-1.3 vs README.textile in crummy-1.3.5

- old
+ new

@@ -8,11 +8,11 @@ Simply add the dependency to your Gemfile: <pre> <code> - gem "crummy", "~> 1.3" + gem "crummy", "~> 1.3.5" </code> </pre> h3. Rails 2 @@ -80,11 +80,11 @@ <code>:links => boolean</code> <code>:skip_if_blank => true</code> -With this option, output will be blank if there are no breadcrumps. +With this option, output will be blank if there are no breadcrumbs. h3. Examples <pre> <code> @@ -98,14 +98,17 @@ With :format => :html_list you can specify additional params: :active_li_class, :li_class, :ul_class, :ul_id h2. Notes +Test library is at "Crummy Test":https://github.com/zachinglis/crummy-test + h2. Todo -* Port over rspecs from project to plugin (Fully tested in a project) +* Accept collections of models as a single argument * Accept instances of models as a single argument * Allow for variables in names. (The workaround is to do your own before_filter for that currently) +* Make a crumbs? type method h2. Credits * "Zach Inglis":http://zachinglis.com of "London Made":http://londonmade.co.uk * "Rein Henrichs":http://reinh.com