A URL shortener.
sqlite3
cp config/database.{example.,}yml
bundle install
bundle exec rake db:migrate
RACK_ENV=test bundle exec rake db:migrate
export HOME_URL='http://something.com/'
bundle exec rackup [-p 3000 -s thin]
bundle exec rspec spec
cp Guardfile{.example,}
bundle exec guard
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.