rails-url-shortener

RailsUrlShortener is a lightweight Rails engine that enables easy creation and management of short URLs within your project. Similar to bitly.com, it condenses long links into short, user-friendly addresses. Enhance your app's functionality with this simple yet powerful URL shortening solution.

GPL-3.0 License

Downloads
11.8K
Stars
4
Committers
1
rails-url-shortener - v0.2.0 Latest Release

Published by a-chacon over 2 years ago

What's Changed

Full Changelog: https://github.com/a-chacon/rails-url-shortener/compare/v0.1.2...v0.2.0

rails-url-shortener - Initial release

Published by a-chacon over 2 years ago

Basic functionalities created. You can create short URLs, save visits and redirect your users.