pennylane-hq / activerecord-adapter-redshift

Other
6 stars 26 forks source link

Remove deprecated behaviour of `#table_exists?` #26

Closed c960657 closed 9 months ago

c960657 commented 9 months ago

Since Rails 5.1 #tables only returns tables, not views.

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