jgorset/facebook-messenger
View on GitHubRails 6 recommends removing `require_dependency`
Open
#255 opened on Sep 4, 2019
good first issuehelp wanted
Repository metrics
- Stars
- (970 stars)
- PR merge metrics
- (PR metrics pending)
Description
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?