Is any suitable gem for surveys in rails? [closed]
I want to create an application where customers create their own surveys and where users can take the surveys. Are there any survey gem available for the above requirements? I used surveyor, which supports static surveys, but I want dynamic surveys, where customers can create their own surveys as they wish.
Thanks 开发者_运维问答in advance
I would suggest Surveyor. Its pretty uptodate, running on Rails 3, hosted on Github (with many forks) and has a beautiful DSL to define survey forms.
You might want to read this question. Short summary, they recommand: SMERF.
I also found this one called Survey Builder.
精彩评论