Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 96 #195

Merged
merged 8 commits into from Sep 21, 2016
Merged

Issue 96 #195

merged 8 commits into from Sep 21, 2016

Commits on Sep 8, 2016

  1. Copy the full SHA
    049c4e2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6855ed6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2016

  1. revert previous view changes

    jphager2 committed Sep 11, 2016
    Copy the full SHA
    2e143ff View commit details
    Browse the repository at this point in the history
  2. create Pakyow::Presenter::Form for manipulating form views

    add ViewContext#form method that passes the scoped ViewCollection and
    context to Form.
    add Form#create and Form#update methods for manipulating forms.
    jphager2 committed Sep 11, 2016
    Copy the full SHA
    769487a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. Copy the full SHA
    a3b8192 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2016

  1. Copy the full SHA
    bd2a720 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    48d5c57 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2016

  1. calling form action block in consistant way

    Blocks passed to Form#create and Form#update with be evaluated in the
    Form#view context if the block has an arity of 1. Otherwise, the view
    and data are yielded to the block.
    jphager2 committed Sep 17, 2016
    Copy the full SHA
    6c48c57 View commit details
    Browse the repository at this point in the history