heyogrady / giddyup

Rails starter template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Circle CI

Setup

rake setup
bundle exec rails server

Replace Giddyup with your project name

Let's say that the project name is Pump. Execute the command below to replace all occurrences of Giddyup with Pump.

 perl -e "s/Giddyup/Pump/g;" -pi $(find . -type f)

Instructions

Brought to you by

BigBinary

About

Rails starter template

License:MIT License


Languages

Language:Ruby 96.9%Language:CSS 2.8%Language:JavaScript 0.3%