dm-is-slugged
Get Version
0.0.1What
A simple DataMapper plugin to provide SEO friendly slugs.
Installing
sudo gem install dm-is-slugged
Demonstration of usage
In your model you put:
is :slugged, :source => :title
Now calling slug() on your model will provide a ‘slugged’ version of your URL.
Google Groups / Mailing List
http://groups.google.com/group/dm-is-slugged
How to report a bug or make a feature request
Visit our ticket tracker
How to submit patches
Read the 8 steps for fixing other people’s code and for section 8b: Submit patch to Google Groups, use the Google Group above.
You can fetch the source from github:
git clone git://github.com/lholden/dm-is-slugged.git
Build and test instructions
cd dm-is-slugged rake test rake install_gem
License
This code is free to use under the terms of the MIT license.
Contact
Comments are welcome, and can be sent via Google Groups.
Lori Holden, 12th October 2008
Theme extended from Paul Battley