pennylane-hq / activerecord-adapter-redshift

Other
6 stars 26 forks source link

Remove deprecated `name` argument from `#tables` #25

Closed c960657 closed 9 months ago

c960657 commented 9 months ago

The name argument for #tables was removed in Rails 5.1.0, so let's remove it here also.

Together with #26 this PR removes all deprecated usage of ActiveSupport::Deprecation.warn (see https://github.com/rails/rails/pull/47354).