- Bug fix for slug generation on a slug attribute that is nil
- Uniqueness scoping for a slug
- Auto incrementing of slug
- Slugs can be monitored for updates
#find_by_slug
has been changed to#find_by_slug
to keep in line with AR finder syntax
- [Bug fix] Bypassing validations for
#find_by_slug
spec in shared example. This will allow the example group to run in other app test suites without worrying about existing validations.
- [Bug fix] Shared example had
User
class hard coded
- Initial functionality