Skip to content

Rails 6 recommends removing require_dependency #255

Description

@StefanWallin

This gem recommends using require_dependency in the initializer to set up bot reloading in development but those should be removed according to the rails 6 upgrade guide using the Zeitwerk autoloader.

It seems to me that maybe only config.autoload_paths is needed nowadays, so maybe we should update the Readme?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions