acts_as_follower icon indicating copy to clipboard operation
acts_as_follower copied to clipboard

Add version to migration file if rails5+

Open Arinzeokeke opened this issue 7 years ago • 1 comments

Rails5+ requires migration version included in the migration file superclass eg: class ActsAsFollowerMigration < ActiveRecord::Migration[5.1]

Arinzeokeke avatar May 14 '17 06:05 Arinzeokeke

The Travis CI test for RAILS_VERSION=5.0.0.1 is failing. I thought it was the changes I made, I removed all code added by me and it was still failing. Looks like they are unrelated. I've added back my changes.

Arinzeokeke avatar May 14 '17 07:05 Arinzeokeke