Closed vitality82 closed 11 months ago
We don't currently have a plan to actually remove the deprecated method, so for now, you're okay. But I'd keep an eye out when upgrading at the CHANGELOG as it'll be mentioned there when it is removed in a new release.
As you mention using administrate_exportable
, my expectation would be that the offending code is in that plugin, and I'd have a look and see if you can fix that there if possible!
What were you trying to do? Run tests that cover also our dashboards that are build with administrate: bundle exec rspec
What did you end up with (logs, or, even better, example apps are great!)? RSpec runs with lots of warnings, example:
When I search my project I have no usages of "valid_action" or "show_action". However I do see these calls in the administrate gem code and/or dependencies, example:
What versions are you running?
Is this a known issue? Should we ignore these warnings? Thanks!