README.textile in crummy-1.0.0 vs README.textile in crummy-1.0.1
- old
+ new
@@ -20,15 +20,17 @@
<code>
gem install crummy
</code>
</pre>
-You can also install it as a Rails plugin:
+h3. Rails 3 / Bundler.
+Simply add gem dependency to your Gemfile:
+
<pre>
<code>
- script/plugin install git://github.com/zachinglis/crummy.git
+ gem "crummy", ">= 1.0.1"
</code>
</pre>
h2. Example
@@ -63,11 +65,11 @@
<code>
<%= render_crumbs %>
</code>
</pre>
-h2. Options for render_crumb_
+h2. Options for render_crumbs
render_crumbs renders the list of crumbs as either html or xml
It takes 3 options
@@ -104,13 +106,14 @@
* 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)
h2. Credits
-* "Zach Inglis":http://zachinglis.com
+* "Zach Inglis":http://zachinglis.com of "London Made":http://londonmade.co.uk
* "Rein Henrichs":http://reinh.com
* "Les Hill":http://blog.leshill.org/
* "Sandro Turriate":http://turriate.com/
* "Przemysław Kowalczyk":http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/ - feature ideas
* "Sharad Jain":http://github.com/sjain
+* "Max Riveiro":http://github.com/kavu
-*Copyright (c) 2008 Zach Inglis, released under the MIT license*
+*Copyright (c) 2010 Zach Inglis, released under the MIT license*