Moh*_*ain 2 ruby ruby-on-rails url-shortener ruby-on-rails-3
我想为我自己的项目创建一个url缩短服务.基本上我通过短信发送一些信息,这就是为什么我需要缩短URL.我不想使用谷歌网址缩短或其他一些服务.
我们希望拥有自己的自定义网址缩短.
是否有任何宝石或插件可用于rails,像这样的东西
short_url = plugin_function_with_some_configurations(long_url)
long_url = plugin_function_with_some_configurations(short_url)
Run Code Online (Sandbox Code Playgroud)
从谷歌搜索我开始了解很多用PHP编写的.