discourse/plugins/poll
Krzysztof Kotlarek 427d54b2b0 DEV: Upgrading Discourse to Zeitwerk (#8098)
Zeitwerk simplifies working with dependencies in dev and makes it easier reloading class chains. 

We no longer need to use Rails "require_dependency" anywhere and instead can just use standard 
Ruby patterns to require files.

This is a far reaching change and we expect some followups here.
2019-10-02 14:01:53 +10:00
..
app FEATURE: Staff only poll results (#7984) 2019-08-15 12:27:18 -06:00
assets Lint files 2019-08-16 13:06:51 +10:00
config Update translations 2019-09-26 04:29:44 +02:00
db FIX: replace model usage with SQL query 2019-08-13 18:32:24 +02:00
jobs/regular DEV: Upgrading Discourse to Zeitwerk (#8098) 2019-10-02 14:01:53 +10:00
lib DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
spec FIX: Store custom attributes that are needed by plugins in queuedpost payload (#8009) 2019-08-14 15:02:59 -03:00
test/javascripts FEATURE: Add a preview to the poll builder (#7988) 2019-08-13 09:49:40 -04:00
plugin.rb DEV: Upgrading Discourse to Zeitwerk (#8098) 2019-10-02 14:01:53 +10:00