HTML forms library for ruby
09-Jan-2020 1195
Forme is designed to make creating HTML forms easier. Flexibility and simplicity are primary objectives. The basic usage involves creating a Forme::Form instance, and calling input and tag methods to return html strings for widgets, but it could also be used for serializing to other formats, or even as a DSL for a GUI application.In order to be flexible, Forme stores tags in abstract form until output is requested. There are two separate abstract forms that Forme uses. One is Forme::Input, and the other is Forme::Tag. Forme::Input is a high level abstract form, while Forme::Tag is a low level abstract form.
HTML forms library for ruby #ruby #rubydeveloper #rubyonrails #forms #library #library https://rubyonrails.ba/link/html-forms-library-for-ruby