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 (
Spyridon Vasileiadis (author)
Sun Mar 15 06:53:26 -0700 2009
commit 0535b5ff99d45c94e6cb5d54d8ddaf24081840bd
tree a89976f39245db9125dfb1dc3f21c0430d87953a
parent c05e9ee1c3e6580b0bff72051c294cc955581001
tree a89976f39245db9125dfb1dc3f21c0430d87953a
parent c05e9ee1c3e6580b0bff72051c294cc955581001
vendor/plugins/permalink_fu/README
PermalinkFu
This is a simple plugin extracted from Mephisto for creating permalinks from attributes.
class Article < ActiveRecord::Base
has_permalink :title
end
This will escape the title, making it fit to use in a URL in the after_validation callback.
Use PermalinkFu.escape to escape a string manually if you like.







