Commit Graph

5 Commits

Author SHA1 Message Date
Jarek Radosz
01c11dff91
DEV: Silence the output of migration specs ()
(plus fix the typo in the filename)
2024-03-26 11:32:44 +01:00
Jarek Radosz
4c860995e0
DEV: Remove unnecessary rails_helper requiring () 2024-03-26 11:32:01 +01:00
Martin Brennan
74fd883a89
DEV: Improve site setting rename generator ()
We need to be able to generate these migrations
for plugin settings as well. Also, we can use the
type supervisor to get the enum data in a nicer way.
2024-01-25 10:45:46 +10:00
Krzysztof Kotlarek
4c8bc34475
DEV: Custom generator for move setting from tl to groups ()
Ability to automatically generate migration when site setting is changed from trust level to groups.

Example usage:

rails generate site_setting_move_to_groups_migration min_trust_to_create_topic create_topic_allowed_groups
2023-12-19 10:52:28 +11:00
Krzysztof Kotlarek
5055e431a8
DEV: Custom generator for rename site setting migration ()
Ability to automatically generate migration when site setting name is changed.
Example usage: `rails generate site_setting_rename_migration site_description contact_email`
2023-12-13 09:58:45 +11:00