Defect #36273
closedModifying the source code of a plugin does not reload it after r21295
0%
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.
- app/models/issue.rb
Has Zeitwerk support removed the Redmine plugin folder from monitoring?
Files
Related issues
Updated by Takashi Kato almost 2 years ago
- File 0001-Add-the-code-under-lib-redmine-and-plugins-to-the-fi.patch 0001-Add-the-code-under-lib-redmine-and-plugins-to-the-fi.patch added
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).
Updated by Go MAEDA almost 2 years ago
- Related to Feature #29914: Migrate to Rails 6.1 with Zeitwerk autoloading added
Updated by Go MAEDA almost 2 years ago
- Related to Defect #36218: Plugin assets are not copied correctly in trunk r21289 added
Updated by Go MAEDA almost 2 years ago
- Category set to Rails support
- Status changed from New to Confirmed
- Target version set to Candidate for next minor release
Updated by Go MAEDA almost 2 years ago
- 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.
Updated by Go MAEDA almost 2 years ago
- Status changed from Confirmed to Resolved
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the fix. Thank you.
Updated by Go MAEDA almost 2 years ago
- Has duplicate Defect #38021: Development mode, class-reloader is not work. added