是否有任何 gem/插件可用于使用 ruby on Rails 创建您自己的 url 缩短服务
我想为我自己的项目创建一个 url 缩短服务。基本上我是通过短信发送一些信息,所以这就是我需要缩短 URL 的原因。我不想使用谷歌网址缩短器或其他一些可用的服务。
我们想要拥有自己的自定义网址缩短器。
有没有任何可以用于 Rails 的 gem 或插件,类似这样的东西
short_url = plugin_function_with_some_configurations(long_url)
long_url = plugin_function_with_some_configurations(short_url)
,从谷歌搜索我开始知道其中许多是用 PHP 编写的。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有好几个。
您应该检查: https://github.com/search?type =Everything&language=Ruby&q=url+shortener
或 https://rubygems.org/search?utf8=%E2%9C%93&query=shortener
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