0.0
Low commit activity in last 3 years
No release in over a year
Create form objects for multiple models, dynamically mark fields as hidden or disabled and even hide select options dynamically
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 5.0.0
 Project Readme

Please note that this gem is work in progress. The API is to be considered highly unstable until version 1.0.0 is reached.

formwandler

This gem was created to encapsulate logic about forms. Information about which fields a form has (optionally depending on the current state, e.g. logged in user) is specified in the form class and field values can be delegated to models.

ToDo

  • Complete the specs