You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: