sauliusgrigaitis / Swifton

A Ruby on Rails inspired Web Framework for Swift that runs on Linux and OS X
MIT License
1.97k stars 70 forks source link

Form helpers #7

Open sauliusgrigaitis opened 8 years ago

sauliusgrigaitis commented 8 years ago
habibalamin commented 8 years ago

Might want to check out simple_form as well. That's the most popular form helper gem for Rails, which enhances the default helpers.

sauliusgrigaitis commented 8 years ago

Yes, we need to analyse popular Ruby gems for form helpers https://www.ruby-toolbox.com/categories/rails_form_builders and then figure out what to start with.

RyanCCollins commented 8 years ago

The form helper I prefer is formtastic. It's well supported and has a very comprehensive API. It may have too many dependencies, in which case, simple_form is the way to go. I'm a rails and swift developer and am hoping I can help with this project at some point. I love what you're doing. I hope this helps. https://rubygems.org/gems/formtastic