This pull request updates documentation, and extends Procfile to automatically download the latest dictionary release when the app starts. The dictionary SQLite file is now gitignored to prevent repo bloat by ignoring any changes to the dictionary SQLite file. Devs can therefore make any local modifications they wish to, and run bundle exec rake dictionary:update at any time to restore a canonical version.
This pull request updates documentation, and extends Procfile to automatically download the latest dictionary release when the app starts. The dictionary SQLite file is now gitignored to prevent repo bloat by ignoring any changes to the dictionary SQLite file. Devs can therefore make any local modifications they wish to, and run
bundle exec rake dictionary:update
at any time to restore a canonical version.