spree-contrib / spree_social

Building block for spree social networking features (provides authentication and account linkage)
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
213 stars 283 forks source link

Fix deprecation warnings about table_exists? method #203

Closed zhengpd closed 7 years ago

zhengpd commented 7 years ago

Fix the annoying warnings from Rails 5:

DEPRECATION WARNING: #table_exists? currently checks both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only check tables. Use #data_source_exists? instead.`
damianlegawiec commented 7 years ago

Thanks @zhengpd 👍