OperationCode / operationcode_backend

This is the backend repo for the Operation Code website
https://operationcode.org
MIT License
62 stars 110 forks source link

Uninstall Forest Admin #328

Closed kirbyfern closed 6 years ago

kirbyfern commented 6 years ago

Description of changes

Issue Resolved

Fixes #323

kirbyfern commented 6 years ago

will resolve conflicts in a bit

hpjaj commented 6 years ago

Based on the Travis CI failure, looks like there are still bundler issues. I recommend:

  1. Starting a brand new branch off of OC master
  2. run make bundle
  3. run make db_migrate
  4. run make test and confirm that everything is passing
  5. make all of the removals necessary to remove forest admin
  6. run make bundle
  7. run make db_migrate
  8. run make test to confirm everything
  9. submit new PR to the OC