Peter Zhu
c5fd8c42db
DEV: Fix methods removed in Ruby 3.2 ( #15459 )
...
* File.exists? is deprecated and removed in Ruby 3.2 in favor of
File.exist?
* Dir.exists? is deprecated and removed in Ruby 3.2 in favor of
Dir.exist?
2022-01-05 18:45:08 +01:00
Vinoth Kannan
2c7cc40be3
DEV: only use the records that are auto populated by the task. ( #14360 )
...
Previously, it was using existing user and topic records to generate random posts.
2021-09-17 09:47:32 +05:30
Jean
e7b8e75583
FEATURE: Add post edits count to user activity ( #13495 )
2021-08-02 10:15:53 -04:00
Vinoth Kannan
08c6a7679d
DEV: allow `dev:populate` rake task in production environment. ( #13777 )
...
To use this rake task in production `ALLOW_DEV_POPULATE` environment variable should be set to "1".
2021-07-20 12:25:59 +05:30
Vinoth Kannan
74b3730143
DEV: return populated data at the end of the method. ( #13739 )
...
And some minor refactoring.
2021-07-15 17:45:32 +05:30
Vinoth Kannan
76fe3a16a9
DEV: trigger new discourse events `after_create_dev_record` & `after_populate_dev_records`. ( #13733 )
...
After every new random record created using the `dev:populate` rake task a new Discourse event will be triggered. So the plugins can modify the records if needed.
2021-07-15 11:11:41 +05:30
Vinoth Kannan
6abc45e57b
DEV: move `discourse_dev` gem to the core. ( #13360 )
...
And get avatar images from `discourse_dev_assets` gem.
2021-06-14 20:34:44 +05:30