Patch #26139
Follow Gemfile's plugin loader as #24007
Status: | Reopened | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Plugin API | |||
Target version: | - |
Description
Plugin's Gemfile can't settable from Redmine::Plugin.directory yet.
Related issues
Associated revisions
Reverts r16666 that prevents Redmine to start.
[!] There was an error parsing `Gemfile`: uninitialized constant Bundler::Dsl::R
edmine. Bundler cannot continue.
History
#1
Updated by Go MAEDA over 5 years ago
- Blocks Patch #24007: Change plugins directory through the configuration.yml file added
#2
Updated by Jean-Philippe Lang over 5 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
Committed, thanks.
#3
Updated by Jean-Philippe Lang over 5 years ago
- Status changed from Closed to Reopened
Patch reverted, Redmine no longer starts: [!] There was an error parsing `Gemfile`: uninitialized constant Bundler::Dsl::R
edmine. Bundler cannot continue.
#4
Updated by Jean-Philippe Lang over 5 years ago
To support this, Redmine configuration should be loaded before bundler setup and thus, before Rails is loaded.
#5
Updated by Sho HASHIMOTO over 5 years ago
oh...sorry to attach wrong patch.
hmm...I can see no alternative idea but to parse Redmine configuration on setting plugins directory.
#6
Updated by Mischa The Evil over 5 years ago
- Related to Patch #13927: Reduce coupling between plugins and the "plugins/" directory added
#7
Updated by Mischa The Evil over 5 years ago
- Category changed from Issues to Plugin API