I am starting to do forms and am looking for form helpers in Sinatra.
- Sinatra doesn't seem to have built-in forms helpers.
- The helpers in Padrino look like what I'm after but I don't feel up to porting my app to another framework. Plus it's starting to look like a Rails application.
- I haven't found any Sinatra forms helpers out there that are the 'de facto' choice.
Ideally, I'm after just a set of decent forms helpers that I can include as a gem and just start using, in place of hand-rolling all the base level erb/haml/ruby forms building.
What are your recommendations?