i am experimenting to use permalink_fu to provide clean urls. To begin with, I have installed it and made necessary changes to models, routes etc. As I have existing records in table, I wanted to update its permalink column. So in console, I gave
Category.find(:all).each(&:save) --as specified by some article permalink column gets updated with some crypted like string, like the ones given below. 43c87da01925d7479495cf2617c52c70f18d444f 8012221562396cf8562fa4bf6b12d0a0ba23d528 url links use this as in domain.com/category/8012221562396cf8562fa4bf6b12d0a0ba23d528 any help is highly appreciated. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

