jgorset/facebook-messenger
Auf GitHub ansehenRails 6 recommends removing `require_dependency`
Open
#255 geöffnet am 4. Sept. 2019
good first issuehelp wanted
Repository-Metriken
- Stars
- (970 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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?