reform
https://github.com/trailblazer/reform
Ruby
Form objects decoupled from models.
ServiceActionsPresenter#ability
No Docs, write some!
Edit
git clone git@github.com:trailblazer/reform.git
cd reform
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ServiceActionsPresenter-ability-for-pr
# Commit to gitgit add git commit -m "better docs for ServiceActionsPresenter#ability"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ServiceActionsPresenter-ability-for-pr
hub pull-request
# Celebrate!