Defect #36273
closed
Modifying the source code of a plugin does not reload it after r21295
Added by Hirokazu Onozato almost 3 years ago.
Updated over 1 year ago.
Description
It seems that modifying the source code of a plugin in development mode does not reload it anymore.
For example, if you change the following file
- plugins/redmine_issue_assign_notice/lib/redmine_issue_assign_notice/notice_client.rb
In Redmine trunk r21295 does not reload.
In 4.2.2, it was reloaded.
If i change the source code of Redmine itself, it will be reloaded in trunk r21295 as well.
Has Zeitwerk support removed the Redmine plugin folder from monitoring?
Files
After some research, I've found out that the directory settings monitored by Zeitwerk and monitored by the Reloader must be done respectively.
(In the code of Redmine itself, these settings done automatically by Rails.)
The attached patch will fix the problem(can be applied to r21991).
- Related to Feature #29914: Migrate to Rails 6.1 with Zeitwerk autoloading added
- Related to Defect #36218: Plugin assets are not copied correctly in trunk r21289 added
- Category set to Rails support
- Status changed from New to Confirmed
- Target version set to Candidate for next minor release
- Subject changed from Modifying the source code of the plugin does not reload it in trunk 21295 to Modifying the source code of a plugin does not reload it after r21295
- Target version changed from Candidate for next minor release to 5.0.5
- Affected version set to 5.0.0
Setting the target version to 5.0.5.
- Status changed from Confirmed to Resolved
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the fix. Thank you.
- Has duplicate Defect #38021: Development mode, class-reloader is not work. added
- Status changed from Resolved to Closed
Also available in: Atom
PDF