this is a Ruby on Rails boilerplate with gems and configs that I find useful in basic projects. Currently on Rails 5.0.1
- Postgress
- bootstrap sass
- Devise
- database cleaner
- factory girl rails
- Rspec
- capybara
- fork it
- run bundle install/update
- run rails db:create db:setup
- create initial controller and routes