Form Core - A demo that building dynamic form model based on virtual model technique
form_core is a quiet complete demo to show a form application, that can define a complex form (many kinds of data types, nested form, refer to other model in physics), render it with Rails form builder, and support serialize its instance (you can write your own serializer).
The implementation is simple that just took me about 1 night to build the core (just about 200 lines).
Post a comment