Specs: I'm using Ruby 2.6.1 and Rails 6.0.0 and the latest Discourse from Github.
Issue:
I added this plugin to the plugins folder in discourse then started up my rails server with bundle exec rails server and ran into this error.
1: from …/plugins/discourse-hot-topics/plugin.rb:98:in block in activate!' .../plugins/discourse-hot-topics/plugin.rb:100 :in module:Jobs’: uninitialized constant Jobs::Jobs::Scheduled
Did you mean? Scheduler (NameError)
INCOMPATIBLE PLUGIN
I’m new to discourse so perhaps I’m making some fatal mistake? or is anyone else able to reproduce this issue?
I searched high and low for anyone else having the uninitialized constant Jobs::Jobs::Scheduled problem, but couldn't find anyone else with the same issue.
Hi @Randall-Coding, thanks for reporting. I haven't seen the issue before so I'm guessing it has something to do with some recent dependency update? If @joebuhlig has a spare moment, maybe he can help us 🙏
Specs: I'm using Ruby 2.6.1 and Rails 6.0.0 and the latest Discourse from Github.
Issue: I added this plugin to the plugins folder in discourse then started up my rails server with
bundle exec rails server
and ran into this error.1: from …/plugins/discourse-hot-topics/plugin.rb:98:in block in activate!' .../plugins/discourse-hot-topics/plugin.rb:100 :in module:Jobs’: uninitialized constant Jobs::Jobs::Scheduled Did you mean? Scheduler (NameError) INCOMPATIBLE PLUGIN
I’m new to discourse so perhaps I’m making some fatal mistake? or is anyone else able to reproduce this issue?
I searched high and low for anyone else having the
uninitialized constant Jobs::Jobs::Scheduled
problem, but couldn't find anyone else with the same issue.