Slugtastic
+
+
+
-
-
-
-
-
+ +Slugtastic
Simple gem for autogenerating permalink style slugs for your ActiveRecord models.
-Requirements
++Requirements
- Ruby 1.9.2 or 1.9.3
- Rails 3.1 or higher.
It should work with Rails 3.0 but it hasn't been tested.
-Installation
++Installation
Add this line to your application's Gemfile:
@@ -59,7 +59,8 @@$ gem install slugtastic
-Usage
++Usage
Usage is very simple. Just add the following to your model:
@@ -70,7 +71,8 @@There are no extra options at present.
-Contributing
++Contributing
- Fork it @@ -79,15 +81,9 @@
- Push to the branch (
git push origin my-new-feature) - Create new Pull Request