-
Notifications
You must be signed in to change notification settings - Fork 45
Rake
Andreas Nedbal edited this page Aug 21, 2024
·
3 revisions
Different backend tasks affecting users or the database, besides admin/deadmin
every task can be done on the web interface itself if you visit an users profile.
Adding/Removing Admin Status:
RAILS_ENV=production bundle exec rake 'justask:admin[your_username]'
RAILS_ENV=production bundle exec rake 'justask:deadmin[get_rekt]'
Adding/Removing Moderator Status:
RAILS_ENV=production bundle exec rake 'justask:mod[someone_else]'
RAILS_ENV=production bundle exec rake 'justask:demod[someone_else]'
Retrospring 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022
Setup
Usage
Features
Contributing