kjayma / surveyor_gui

An extension to nubic/surveyor that adds reports and a forms to build surveys
MIT License
45 stars 42 forks source link

Question types 'file upload' and 'star rating' not showing on survey #32

Closed neuroinfo closed 9 years ago

neuroinfo commented 9 years ago

I am using Rails 4.1.7 and Ruby 2.1.4. File upload and star rating shows up when creating the survey, but not when taking it, i.e. on /surveys.

I uploaded a sample Rails up at https://github.com/neuroinfo/surveying

kjayma commented 9 years ago

OK - will take a look - pretty slammed and might not get to it till the weekend. Question - do you have any entries for Surveyor in your app's Gemfile? If you do, that might be conflict.

On Mon, Nov 17, 2014 at 4:43 PM, neuroinfo notifications@github.com wrote:

I am using Rails 4.1.7 and Ruby 2.1.4. File upload and star rating shows up when creating the survey, but not when taking it, i.e. on /surveys.

I uploaded a sample Rails up at https://github.com/neuroinfo/surveying

— Reply to this email directly or view it on GitHub https://github.com/kjayma/surveyor_gui/issues/32.

kjayma commented 9 years ago

Verified the issue. No solution yet, but will continue to work on it.

kjayma commented 9 years ago

Broke during conversion to mountable engine. Need to revisit approach to overwriting surveyor views.

kjayma commented 9 years ago

@neuroinfo please verify fix works for your app. Thanks.