This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
slug /
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Fri Apr 11 01:52:35 -0700 2008 | [leethal] |
| |
README | Wed May 28 10:26:59 -0700 2008 | [leethal] |
| |
Rakefile | Fri Apr 11 01:52:35 -0700 2008 | [leethal] |
| |
init.rb | Fri Apr 11 01:55:22 -0700 2008 | [leethal] |
| |
lib/ | Fri Apr 11 01:55:22 -0700 2008 | [leethal] |
| |
tasks/ | Fri Apr 11 01:52:35 -0700 2008 | [leethal] |
| |
test/ | Fri Apr 11 01:52:35 -0700 2008 | [leethal] |
README
Slug ==== You probably want to use http://github.com/norbauer/salty_slugs instead. Slugs columns, adds a slug finder and sets to_param for slug models. Requires a 'slug' field in the database, where the slug itself is stored. Example ======= class Post < ActiveRecord::Base has_slug # defaults to title end class Document < ActiveRecord::Base has_slug :filename end Copyright (c) 2008 August Lilleaas, released under the MIT license




