This commit brings the app into a state that allows a new developer to easily setup Massbuilds on their local machine. This fixes this by doing the following:
Commits dd_models.sql, a sql dump from a known working development database to serve as a seed.
Updates Gemfile and Gemfile.lock to not lock down bundler so users do not receive bundler related error messages.
Updates .gitignore so we can commite dd_models.sql
Adds a rake task to fix the sequence ids in the postgres database because the dd_models.sql import did not correctly set these in the local development database.
Provides instructions in README.md so a new developer can setup an appropriate database.
Updates database.yml to use the database name ddmodels2_development because using a different name did not allow us to correctly import our .sql file.
Resolves #149 by removing the gitter chat link
Resolves #150 by changing README to include Matt Zagaja's contact information.
This commit brings the app into a state that allows a new developer to easily setup Massbuilds on their local machine. This fixes this by doing the following: