rubyforgood / ghgvc

Ecosystem Climate Regulation Services Calculator
http://www.ecosystemservicescalc.org
Other
4 stars 3 forks source link

Removes mysql dependency & unused controllers & models #73

Closed jaydorsey closed 7 years ago

jaydorsey commented 7 years ago

These look like remnants of previous design decisions, we don't actually use the models or controllers anywhere. Later, if we do introduce saving, configuration, etc. we can re-introduce the database, models, and migrations, etc.

For now, this will make deployment easier and lightens up the code to allow us to focus on the issues at hand

Closes #69 by removing dependency Supports #65 by removing the models, views, w/ rails destroy scaffold Foo Supports #66 by updating the README and removing complexity