classroom

https://github.com/education/classroom

Ruby

GitHub Classroom automates repository creation and access control, making it easy for teachers to distribute starter code and collect assignments on GitHub.

ApplicationController#dashboard_search_enabled?

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:education/classroom.git

cd classroom

open app/controllers/application_controller/feature_flags_dependency.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-ApplicationController-dashboard_search_enabled--for-pr


# Commit to git

git add app/controllers/application_controller/feature_flags_dependency.rbgit commit -m "better docs for ApplicationController#dashboard_search_enabled?"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-ApplicationController-dashboard_search_enabled--for-pr

hub pull-request


# Celebrate!