Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zzulu/zzuli-rails
URL Shortener
https://github.com/zzulu/zzuli-rails
ruby-on-rails url-shortener
Last synced: 3 months ago
JSON representation
URL Shortener
- Host: GitHub
- URL: https://github.com/zzulu/zzuli-rails
- Owner: zzulu
- Archived: true
- Created: 2018-07-12T04:17:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T06:40:09.000Z (over 6 years ago)
- Last Synced: 2024-05-27T15:56:17.708Z (6 months ago)
- Topics: ruby-on-rails, url-shortener
- Language: Ruby
- Homepage:
- Size: 104 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zzuli
Make zzuli Short URL | The URL Shortener
### hotfix 0.1.6-0.1.12
- Fix bug (Remove 'active' class when it starts)
- Fix some words.
- Fix bug (Fall into an infinite loop if the destination and shortened are the same)
- Change method of validation for the destination URL includes the case of the same with shortened URL.
- Reject when the destination URL is invalid URL.### release 0.1.5
- Add 'Copy to clipboard' using clipboard.js
- Fix cracked layout on Firefox.### hotfix 0.1.1-0.1.4
- Enable Uglifier harmony mode for production.
- Fix error that can't carry bootstrap-reboot.min.css file.
- Fix cracked layout on mobile.
- Tinify images.
- Add Google Analytics.
- Fix meta-tag description.### release 0.1.0
- Launch!
- Very very simple feature, just you can create shortened things from long URL.### To Do
- [x] Can create shortened URLs and copy them.
- [ ] Statistic page
- [ ] Preview page for the destination of shortened URL
- [ ] More validation for destination URL
- [ ] Sign up & sign in for manage URLs like edit, delete