Rails 5 Support
tansaku opened this issue · 4 comments
tansaku commented
Working with Rails 5 we get the following issue:
Directly inheriting from ActiveRecord::Migration is not supported
phillbaker commented
Is this a deprecation warning or an error?
This would be good to fix however.
…On Tue, Aug 28, 2018 at 12:59 PM Sam Joseph ***@***.***> wrote:
Working with Rails 5 we get the following issue:
Directly inheriting from ActiveRecord::Migration is not supported
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#348>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFxKdV_MDK1wBKA5WifnTJGg5ItTmIpks5uVXbwgaJpZM4WQBUt>
.
tansaku commented
hi @phillbaker it was a blocking error I think
phillbaker commented
Looks like https://github.com/RolifyCommunity/rolify/pull/463/files is a good approach.
phillbaker commented
Fixed in b20d733