posted
Pseudocephalopod
Simple slugs for ActiveRecord 3.0+
About this Project
View on GitHub: http://github.com/Sutto/pseudocephalopod
Pseudocephalopod is a simple slug library for ActiveRecord 3.0 plus, built partly out of annoyance with existing solutions and partly because I wanted something lightweight but with several non-standard features.
It’s main features are:
- A very simple and tested codebase
- Support for slug history (e.g. if a users slug changes, it will record the old slug)
- Simple defaulting for slugs to UUID’s (to avoid showing ID’s.)
- Built on ActiveRecord 3.0
- If stringex is installed, uses stringex’s transliteration stuff
More importantly, it is incredible simple to add to existing rails 3 applications.
Recent Commits to GitHub Repository
- Loading commit information...