Sha256: 6ca64af56b57414fd3d88c5dc2341f79110c85ce70c3344635398a9459a1a3e8

Contents?: true

Size: 445 Bytes

Versions: 2

Compression:

Stored size: 445 Bytes

Contents

= Slugify

Add .slugify to the string class so you can easily create a human readable but url safe version of a string.

== Installation

=== As a gem

Configure the gem in environment.rb:
  
  config.gem 'seamusabshere-slugify', :lib => 'slugify', :source => 'http://gems.github.com'

Install them using Rails' rake task:

  $ rake gems:install

=== In your vendor directory:

  script/install plugin git://github.com/seamusabshere/slugify.git

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
seamusabshere-slugify-1.0.1 README
seamusabshere-slugify-1.0.2 README