Skip to content

Instantly share code, notes, and snippets.

@oboje
Created October 22, 2017 15:37
Show Gist options
  • Save oboje/230b6a684e1d1a4ff9efb156575d16e7 to your computer and use it in GitHub Desktop.
Save oboje/230b6a684e1d1a4ff9efb156575d16e7 to your computer and use it in GitHub Desktop.
rubynotes.sh
#swagger ruby fix
grep -rl "ActiveRecord::Migration$" db | xargs sed -i "" "s/ActiveRecord::Migration/ActiveRecord::Migration[5.1]/g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment