hitobito / development

Setup your local machine for hitobito development
GNU Affero General Public License v3.0
19 stars 15 forks source link

schema.rb and annotate #13

Open mtnstar opened 3 years ago

mtnstar commented 3 years ago

our development docker image is currently based on centos which brings pretty old mysql libs with it. this causes unwanted changes for schema.rb and also creates annoying changes for the annotation in model class files.

we're working on a new ruby image for running our rails apps in production. it probably makes sense to use this image in this development setup. so if this image is updated, annotate can probably just be re-enabled.