wikiedudashboard
https://github.com/wikieducationfoundation/wikiedudashboard
Ruby
Wiki Education Foundation's Wikipedia course dashboard system
RequestedAccountsCampaignsController#enable_account_requests
Sets the flag on a course so that clicking 'Sign Up' opens the Request Account modal instead of redirecting to the mediawiki account creation flow.
Edit
git clone [email protected]:wikieducationfoundation/wikiedudashboard.git
cd wikiedudashboard
open app/controllers/requested_accounts_campaigns_controller.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-RequestedAccountsCampaignsController-enable_account_requests-for-pr
# Commit to gitgit add app/controllers/requested_accounts_campaigns_controller.rbgit commit -m "better docs for RequestedAccountsCampaignsController#enable_account_requests"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-RequestedAccountsCampaignsController-enable_account_requests-for-pr
hub pull-request
# Celebrate!