FriendlyID Korean slugs
问题 When I add article in Korean language with title e.g.: 신품 FriendlyID gem creates blank slug and url is like /8 ... so this is ID. Look at this link: http://www.srecipe.kr.com/articles/8 Other languages work. How can I get url which is mapped to latin letters like /this-is-url from 신품 ? 回答1: Like all of these permalink solutions, friendly ID uses the parameterize method to convert a string into a URL safe string. like so: require 'active_support/all' puts "Oh Hai There".parameterize => oh-hai