up vote 0 down vote favorite
share [g+] share [fb]

If I use permalink_fu on a text field I get this for the resulting permalink:

http://localhost:3000/243webb4ee4ff2227230b4232438591810c35d3f

instead of

http://localhost:3000/where-is-my-lost-cat

I assume this is because the text field becomes a blob in the database and permalink_fu only knows how to operate on string fields.

How could I convert this to a readable string version?

(without changing the database type from text to string)

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Try commenting out these lines in your local version. See what the exception is, and trace that to your issue.

link|improve this answer
Found that the friendly_id plugin worked better. Thanks. – Joe O'Driscoll Oct 12 '09 at 0:58
Your link is broken – Ryan Bigg Oct 12 '09 at 1:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.