Home > random_slug

random_slug

Random_slug is a project mainly written in Ruby, based on the MIT license.

Rails plugin that adds a way to create random slugs when using friendly_id

= RandomSlug

This is a tiny plugin that enables using random slugs with friendly_id gem. Use it like this:

class Post has_friendly_id :random_slug, :use_slug=>true end

This will create a 10 characters alphanumeric string, such as "gik0r5dp82".

Copyright (c) 2011 José Ignacio Fernández, released under the MIT license

Previous:cl-oci8