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 came to know many of those written in PHP.
There are several.
You should check: https://github.com/search?type=Everything&language=Ruby&q=url+shortener
or https://rubygems.org/search?utf8=%E2%9C%93&query=shortener