osem
https://github.com/opensuse/osem
Ruby
Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences.
ApplicationHelper#redirect_back_or_to
Same as redirect_to(:back) if there is a valid HTTP referer, otherwise redirect_to()
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-redirect_back_or_to-for-pr
# Commit to gitgit add app/helpers/application_helper.rbgit commit -m "better docs for ApplicationHelper#redirect_back_or_to"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ApplicationHelper-redirect_back_or_to-for-pr
hub pull-request
# Celebrate!