porta
https://github.com/3scale/porta
Ruby
Red Hat 3scale API Management, Porta
ActionController::RequestForgeryProtection::ExceptionAndResetStrategy#handle_unverified_request
No Docs, write some!
Edit
git clone [email protected]:3scale/porta.git
cd porta
open app/lib/action_controller/request_forgery_protection/exception_and_reset_strategy.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ActionController--RequestForgeryProtection--ExceptionAndResetStrategy-handle_unverified_request-for-pr
# Commit to gitgit add app/lib/action_controller/request_forgery_protection/exception_and_reset_strategy.rbgit commit -m "better docs for ActionController::RequestForgeryProtection::ExceptionAndResetStrategy#handle_unverified_request"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ActionController--RequestForgeryProtection--ExceptionAndResetStrategy-handle_unverified_request-for-pr
hub pull-request
# Celebrate!