mikeotoole / runturl

Example Ruby on Rails app that allows users to create shortened URLs.

Home Page:https://runturl.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This is an example Ruby on Rails app that allows users to create shortened URLs.

Deploy

Getting started

This app is setup to use ruby 2.2.2. You must have it installed or you can update the Gemfile to use what version you like.

git clone git@github.com:mikeotoole/runturl.git
cd runturl
bundle install
bin/rake db:setup
bin/rake # This will run all specs and linters.
bin/rails s

About

Example Ruby on Rails app that allows users to create shortened URLs.

https://runturl.herokuapp.com


Languages

Language:Ruby 50.1%Language:CSS 43.7%Language:HTML 5.3%Language:JavaScript 0.6%Language:CoffeeScript 0.3%