You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 modifypublishers.rake
to build the database from the local file.The text was updated successfully, but these errors were encountered: