]> git.openstreetmap.org Git - rails.git/commit
Use the db:seed task to load languages
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 30 Sep 2020 13:09:49 +0000 (15:09 +0200)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 30 Sep 2020 13:09:49 +0000 (15:09 +0200)
commit865d20af80a70929c761e3ea6d1010669bb4ed62
tree84e2cb68de809754822bc0b34d3f154beceba5ce
parent61306b1b4debf92d7af9d522eb83143dbd18f2e8
Use the db:seed task to load languages

This is seed data that should reasonably be loaded into every database,
even those that are otherwise empty (e.g. no geo data). Using the seeds
process means that it will usually be loaded by default, and is easier
to find for existing rails developers.
.rubocop.yml
db/seeds.rb
script/locale/reload-languages [deleted file]