Is there any gem/plugin available to create your own url shortener service using ruby on rails
问题 I want to create a service for url shorten for my own project.Basically I am sending some information via sms, so thats why I need to shorten the URL. I don't want to use google url shortner or some other services available. We want to have our own custom url shortner. Is there any gem or plugin available for this for rails, something like this short_url = plugin_function_with_some_configurations(long_url) long_url = plugin_function_with_some_configurations(short_url) as from google search i