From 3b5687f8d0af982247a3ff2f60cce35662702ff3 Mon Sep 17 00:00:00 2001 From: Serdar Dogruyol Date: Fri, 4 Jul 2014 12:18:26 +0300 Subject: [PATCH] Added more to Forms --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fe926ed..6e97629 100644 --- a/README.md +++ b/README.md @@ -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.*