amatsuda / database_rewinder

minimalist's tiny and ultra-fast database cleaner
MIT License
807 stars 91 forks source link

Use `ActiveSupport::Deprecation.silence` insted of `ActiveRecord::Base.logger.silence` #41

Closed rosylilly closed 8 years ago

rosylilly commented 8 years ago

Currently codes can't silence deprecation warnings. Use AS::Deprecation.silence insted of AR::Base.logger.silence.


on 8ed9691 (with mysql2 adapter).

DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead.
amatsuda commented 8 years ago