Skip to content

Deprecation Warning with Rails 5.0.7 #58

@rmeritz

Description

@rmeritz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions