Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: mrifat/shorty

Tags

0.2.4

Toggle 0.2.4's commit message
- Updated README

- Added setup.sh script

0.2.3

Toggle 0.2.3's commit message
- Added postman json for stats and GET :short_code endpoints

- Added short url stats endpoint
- Added serializer for ShortUrls

0.2.2

Toggle 0.2.2's commit message
- Fix: update redirect count and last_seen_date when short_url is req…

…uested

0.2.1

Toggle 0.2.1's commit message
- Added documentation for ShortUrl endpoint

- Added GET :short_code endpoint
- Added a Finder for ShortUrls

0.2.0

Toggle 0.2.0's commit message
- Added shorten endpoint documentation

- Added routes Rake task
- Added a postman collection JSON file which has requests to shorten endpoint
- Added shorten endpoint
- Updated short_url model validations
- Fixed SHORT_CODE_REGEX
- Added Url shortener module to handle creation of ShortUrls
- Added Validator module to handle validations of short_codes for ShortUrls

0.1.1

Toggle 0.1.1's commit message
 - Added model documentation

 - Added ShortUrl model
 - Added short_urls database table

0.1.0

Toggle 0.1.0's commit message
- Added the forgotten CHANGELOG

- Project skeleton