dongyao8698 2011-09-09 22:41
浏览 51
已采纳

PHP QuickForm等效于Ruby on Rails

I need to convert a huge application, with more than 1500 function points, from PHP with lots of forms using QuickForm, to Ruby on Rails.

There are a equivalent of QuickForm in RoR?

  • 写回答

1条回答 默认 最新

  • dongtao9887 2011-09-10 07:44
    关注

    I am not sure what you mean by saying "equivalent", but there are solutions for Rails that make writting forms fun. Or at least less dull and painfull.

    For example you may take a look at: Formtastic: https://github.com/justinfrench/formtastic SimpleForm https://github.com/plataformatec/simple_form

    Just remember to pick correct branch, if you go with Formtastic (Ruby on Rails 2.x or 3.x)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?