Open clinejj opened 8 months ago
Open to a PR but not sure I could even get 4.2 running again in an ok amount of time. I lowered the dependency version for people in the past who wanted to operate with YMMV on older versions. We try to doc everywhere that we do not support the older versions officially. Maybe I should put a note by the gemspec dep too...
Probably the "fix" is to use select_all for 4.2 else select_rows.
We use Rails 4.2, and after updating from Flipper 0.26.1 to 0.26.2 saw the below error after loading the web UI. The only change was https://github.com/flippercloud/flipper/pull/707, which my guess is the culprit is going from
@feature_class.connection.select_all
to@feature_class.connection.select_rows
.The
flipper-active_record
gem has a minimum Rails 4.2 dependency, so would ideally have this patched or a minimum AR version specified.Stack trace: