codefordurham / citygram

Subscribe to your city.
http://citygram.org
MIT License
5 stars 5 forks source link

Save publishers master list in repository. #1

Open dsummersl opened 8 years ago

dsummersl commented 8 years ago

The list of publishers is currently downloaded from https://www.citygram.org/publishers.json, and then inserted into the database when you run bundle exec rake publishers:download. Unfortunately, the list on the internet isn't complete, and appears to change over time, which makes it impossible to setup reproducible environments. Save this file in the repository, and modify publishers.rake to build the database from the local file.