So I am working on a spring-mvc project, which suddenly started giving this issue when installed on Windows machines only. It's a thick client app. When trying
I have this migration file 20180226063342_add_bpm_to_songs.rb class AddBpmToSongs < ActiveRecord::Migration[5.1] def change .. end end and this in