- git clone https://github.com/fiddler-crabs-2014/Mega-Survey.git
- git checkout -b branch_name (NOTE: when creating a new branch, use feature/branch_name, chore/branch_name, bug/branch_name)
- when finished with changes in branch
- git add .
- git commit -m "commit message"
- git push origin branch_name
- go back to github and send a new pull request from your branch
- tell the other members on your team to review it
- review and merge pull request
- CarrierWave
- Adding Form Fields Dynamically with jQuery
- Dynamically Add Input Fields To Form Using jQuery
- [d3.js][]
- [Flot][]
- [Highcharts][]
- [modal dialog][]
[d3.js]: http://d3js.org/) [Flot]: http://www.flotcharts.org/ [Highcharts]: http://www.highcharts.com/ [modal dialog]: http://www.ericmmartin.com/projects/simplemodal/ -->