hanami
https://github.com/hanami/hanami
Ruby
The web, with simplicity.
Hanami::Extensions::View::Context::ClassExtension::InstanceMethods#csrf_token
No Docs, write some!
Edit
git clone git@github.com:hanami/hanami.git
cd hanami
open lib/hanami/extensions/view/context.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Hanami--Extensions--View--Context--ClassExtension--InstanceMethods-csrf_token-for-pr
# Commit to gitgit add lib/hanami/extensions/view/context.rbgit commit -m "better docs for Hanami::Extensions::View::Context::ClassExtension::InstanceMethods#csrf_token"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Hanami--Extensions--View--Context--ClassExtension--InstanceMethods-csrf_token-for-pr
hub pull-request
# Celebrate!