Closed shanebonham closed 7 years ago
Hello @shanebonham , are there any plans to merge this change into master or provide another fix? We are about to upgrade our app to rails5, would be great to have this deprecation fixed
@moonzez see https://github.com/pboling/flag_shih_tzu/pull/57#discussion_r88795090
I believe data_sources
only became available in Rails 5. I haven't had time yet to look into altering my commit to continue supporting older versions of Rails.
@moonzez @shanebonham we have to bite the bullet at some point and throw off the old versions of rails. We can start with a clean 1.0.0 line of gems that only support Rails 5, and leave the old 0.x line for the old versions of Rails. Then there is a LOT of cleanup we can do, and switches we can remove. I will:
rails_lt_5
branch that will keep the old Rails support intactrails_lt_5
This can be closed (fixed by https://github.com/pboling/flag_shih_tzu/pull/59)
Fixes #54