osem
https://github.com/opensuse/osem
Ruby
Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences.
ApplicationHelper#resource_name
Set resource_name for devise so that we can call the devise help links (views/devise/shared/_links) from anywhere (eg sign_up form in proposal#new)
Edit
git clone [email protected]:opensuse/osem.git
cd osem
open app/helpers/application_helper.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ApplicationHelper-resource_name-for-pr
# Commit to gitgit add app/helpers/application_helper.rbgit commit -m "better docs for ApplicationHelper#resource_name"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ApplicationHelper-resource_name-for-pr
hub pull-request
# Celebrate!