Hi guys,
Is there any analog of django's forms in Ruby on Rails?
Thanks, Alexey Zakharov
Hi guys,
Is there any analog of django's forms in Ruby on Rails?
Thanks, Alexey Zakharov
There's the formtastic library (http://github.com/justinfrench/formtastic) which may be what you're looking for.
There are the Rails Form Helpers. It's not exactly like django's forms but that would take out the fun of learning a new language and framework, wouldn't it?