discourse/plugins/discourse-narrative-bot
Robin Ward fa5a158683 REFACTOR: Move queue_jobs out of SiteSetting
It is not a setting, and only relevant in specs. The new API is:

```
Jobs.run_later!        # jobs will be thrown on the queue
Jobs.run_immediately!  # jobs will run right away, avoid the queue
```
2019-03-14 10:47:38 -04:00
..
assets/javascripts/initializers DEV: s/this._super()/this._super(...arguments) (#6908) 2019-01-19 10:05:51 +01:00
autoload/jobs DEV: use unicorn in development 2018-08-07 17:13:47 +10:00
config Update translations 2019-03-11 13:55:45 -04:00
db/fixtures didn't mean to remove that seed 2017-11-23 17:00:47 +01:00
lib/discourse_narrative_bot FIX: Make Discobot image tutorial accept URL that points to images. 2018-11-15 10:52:18 +08:00
public/images remove mistakenly checked file 2017-10-20 07:07:51 -07:00
spec REFACTOR: Move queue_jobs out of SiteSetting 2019-03-14 10:47:38 -04:00
plugin.rb human? helper method on a user 2019-02-08 13:34:54 -05:00