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 (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Sat Aug 16 10:47:12 -0700 2008 | |
| |
README | Mon Sep 01 08:25:24 -0700 2008 | |
| |
Rakefile | Sat Aug 30 13:53:01 -0700 2008 | |
| |
init.rb | Sat Aug 16 10:47:12 -0700 2008 | |
| |
lib/ | Sat Aug 16 11:22:04 -0700 2008 | |
| |
spec/ | Sat Aug 16 11:22:04 -0700 2008 |
README
== make_permalink http://github.com/febuiles/make_permalink make_permalink is a Rails plugin that allows you to easily create permalinks for attributes in your models. == Example class Post < ActiveRecord::Base make_permalink :title end p = Post.create(:title => "Hello World!") p.permalink # => "1-hello-world" == Bugs/Contact federico.builes@gmail.com Copyright (c) 2008 Federico Builes, released under the MIT license







