Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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