是否有任何 gem/插件可用于使用 ruby​​ on Rails 创建您自己的 url 缩短服务

发布于 2024-12-03 07:42:03 字数 346 浏览 0 评论 0原文

我想为我自己的项目创建一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文