I get the following deprecation warning when using fixture_builder with Rails 5.0.7 several times every times the fixtures are rebuilt.
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. (called from block in <top (required)> at /home/runner/contexttravelapi/spec/support/fixture_builder.rb:4)
Where line 4 is the start of my fbuilder.factory do block.
I had no issues or warning when working with the gem and Rails 4.
I get the following deprecation warning when using
fixture_builderwith Rails 5.0.7 several times every times the fixtures are rebuilt.Where line 4 is the start of my
fbuilder.factory doblock.I had no issues or warning when working with the gem and Rails 4.