1
0
Fork 0
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:
Serdar Dogruyol 2014-07-04 12:18:26 +03:00
parent 486679eee0
commit 3b5687f8d0

View file

@ -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.*