Keeps track of shortened URLs using Base-62 encoding
-
Bundle install
-
Change the password in config/constants
-
Change the database info in config/database.yml
-
Startup app
ruby main.rb
or using Shotgun (gem install shotgun):
shotgun config.ru -p 4567 # For Ruby 1.9.2, add -I.
RACK_ENV=test rspec -I. .