mirror of
https://github.com/sdogruyol/awesome-ruby.git
synced 2024-11-20 11:06:15 -05:00
Added more to Forms
This commit is contained in:
parent
486679eee0
commit
3b5687f8d0
1 changed files with 3 additions and 0 deletions
|
@ -288,6 +288,9 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by
|
|||
|
||||
*Libraries for working with forms.*
|
||||
|
||||
* [Simple Form](https://github.com/plataformatec/simple_form) - Forms made easy for Rails! It's tied to a simple DSL, with no opinion on markup.
|
||||
* [Formtastic](https://github.com/justinfrench/formtastic) - A Rails form builder plugin with semantically rich and accessible markup.
|
||||
|
||||
## Data Validation
|
||||
|
||||
*Libraries for validating data. Used for forms in many cases.*
|
||||
|
|
Loading…
Reference in a new issue