omniauth
https://github.com/omniauth/omniauth
Ruby
OmniAuth is a flexible authentication system utilizing Rack middleware.
StatusesHelper#prefers_autoplay?
No Docs, write some!
Edit
git clone [email protected]:omniauth/omniauth.git
cd omniauth
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-StatusesHelper-prefers_autoplay--for-pr
# Commit to gitgit add git commit -m "better docs for StatusesHelper#prefers_autoplay?"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-StatusesHelper-prefers_autoplay--for-pr
hub pull-request
# Celebrate!