You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix error in ActiveRecord::Migration.check_pending!
Since rails@e9d835f this method has not worked, it has failed with this error:
```
NoMethodError: undefined method `pending_migrations' for #<ActiveRecord::MigrationContext:0x00005598468f8e58>
Did you mean? pending_migration_versions
```
I agree with Eileen that eventually we could deprecate it, but to get it working I just reversed the changes in rails@e9d835f and added a regression test.
0 commit comments