Skip to content

jmccartie/ruby-url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A URL shortener for Ruby

Keeps track of shortened URLs using Base-62 encoding

Installation

  1. Bundle install

  2. Change the password in config/constants

  3. Change the database info in config/database.yml

  4. Startup app

    ruby main.rb

or using Shotgun (gem install shotgun):

shotgun config.ru -p 4567 # For Ruby 1.9.2, add -I.

Testing

RACK_ENV=test rspec -I. .

About

Ruby url shortener

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors